1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
.\" Copyright 2003 by George Williams.
.ds Ps P\s-2OST\s+2S\s-2CRIPT\s+2
.TH MENSIS 1 "13 October 2003"
.SH NAME
.B mensis - To or for, by with or from TrueType tables
.SH SYNOPSIS
.B mensis
.RB [ \-cmap
.IR maptype ]
.RB [ \-depth
.IR pixeld ]
.RB [ \-display
.IR str ]
.RB [ \-help ]
.RB [ \-keyboard
.IR ktype ]
.RB [ \-nosplash
.RB [ \-script
.IR file ]
.RB [ \-sync
.RB [ \-usage ]
.RB [ \-vc
.IR vclass ]
.RB [ \-version ]
.I fontfile ...
.SH DESCRIPTION
The program
.I mensis
allows you to examine and modify some of the tables in a truetype or opentype font.
.LP
If the argument list contains a font file name (or several),
.I pfaedit
opens a
.B table view
window for each font displaying all the tables in that font
In the absence of options or arguments,
the program opens a file-picker window,
allowing you to browse your disk to find a font file.
.LP
This manual page is intended only as a rudimentary overview;
see the HTML Users Manual for more complete information.
\fChttp://mensis.sourceforge.net/\fP
.SH OPTIONS
.TP
.B \-cmap maptype
Employ the specified method to control 8-bit colormaps,
where
.I maptype
assumes one of these three values:
.RS
.TP
.B current
Attempt to allocate colors in the current (shared) colormap.
The program will likely not find everything it requires.
.TP
.B copy
Allocate what can be allocated, then copy the current colormap;
it can thus make use of cells other programs are using.
.TP
.B private
Create a new colormap and fill it with the required colors.
.RE
.TP
.BI \-depth " pixeld"
Attempt to employ a visual that matches the specified pixel depth,
.IR pixeld .
.TP
.BI \-display " str"
Employ the X display specified by the string
.I str
(for example: localhost:0).
.TP
.B \-help
Display the usage description
and start a web client displaying the online documentation.
.TP
.BI \-keyboard " ktype"
Alter the displayed menus to employ modifier keys appropriate
to the specified keyboard type,
where
.I ktype
assumes one of the following four values:
.RS
.TP
.B ibm
IBM PC type keyboard.
.TP
.B mac
Apple Macintosh keyboard.
.TP
.B sun
Sun workstation keyboard.
.TP
.B ppc
Macintosh keyboard, but on a system running SuSe linux
(the mappings differ from those used under MacOS X).
.RE
.TP
.B \-nosplash
Suppress display of the splash screen.
.TP
.BI \-script " file"
Execute the script named
.IR file .
Does not open the X display.
This must be the first argument passed to mensis. Any other arguments are
handled by the scriptfile itself.
Any other command line arguments will be passed to the script.
The program contains a command interpreter which allows access to
most but not all of its interactive features.
If a scriptfile is executable, and if its first line contains
the string "mensis", then the argument
.BI \-script
may be omitted. This means that mensis can be used as an interpreter.
.TP
.B \-sync
Make X synchronous.
Used primarily for debugging, this option slows X down.
.TP
.B \-usage
Display the usage description.
.TP
.B \-vc vclass
Attempt to use a visual that matches the class,
.IR vclass ,
specified as either the name of a visual class
or an integer enumerating a visual class.
.TP
.B \-version
Display the current version
(a six digit string containing the date stamp of the source files).
.SH ENVIRONMENT
If any of the following environment variables exist,
they are used:
.TP
.B BROWSER
Specifies the name of a browser program for examining documentation.
.TP
.B MENSIS_VERBOSE
Turns on verbose mode in scripting. Each statement is printed as it is executed.
.SH FILES
.TP
.B /usr/local/share/mensis/*.ui
translations for the user interface
.TP
.B /usr/local/share/doc/mensis/*.html
optional location for online documentation.
.\"
.SH "SEE ALSO"
.BR pfaedit (1)
.LP
The HTML version of the
.I mensis
manual,
available online at:
.TP
\fChttp://mensis.sourceforge.net/\fP.
.\" .SH STANDARDS
.\" .SH HISTORY
.SH AUTHOR
Copyright (C) 2001-2003 by George Williams (gww@silcom.com).
.SH BUGS
Undoubtedly many, but unknown and ever changing.
See
.IP
\fChttp://mensis.sourceforge.net/#known-bugs\fP
for a current list.
.\" end of file
.\"
|