If INFILE is omitted, the input is taken from standard input. If OUTFILE is omitted, the output written to standard output.
The following OPTIONs are available.
FROMCODE is the encoding of INFILE (defaults to UTF-8).
TOCODE is the encoding of OUTFILE (defaults to UTF-8).
Do not stop conversion on error.
Suppress warnings.
Print progress information.
List available encodings.
Print version number.
Print this message.
If FILE is omitted, the input is taken from standard input.
XT-OPTIONs are standard Xt arguments (e.g. -fn, -fg).
The following OPTIONs are available.
ENCODING is the encoding of FILE (defaults to UTF-8).
FONTSIZE is the fontsize in point. If omitted, it defaults to the size of the default font defined in X resource.
Print version number.
Print this message.
The following OPTIONs are available.
Print version number.
Print this message.
The PNG file is written to a file created in the current directory with the name "BASE.png" where BASE is the basename of FILE. If FILE is omitted, text is read from standard input, and the image is dumped into the file "output.png".
The following OPTIONs are available.
SIZE is the font size in point. The default font size is 12 point.
DPI is the resolution in dots per inch. The default resolution is 300 dpi.
PAPER is the paper size: a4, a4r, a5, a5r, b5, b5r, letter, WxH, or W. In the case of WxH, W and H are the width and height in millimeter. In the case of W, W is the width in millimeter. If this option is specified, PAPER limits the image size. If FILE is too large for a single page, multiple files with the names "BASE.01.png", "BASE.02.png", etc. are created.
MARGIN is the horizontal and vertical margin in millimeter. The default margin is 20 mm. It is ignored when PAPER is not specified.
POS is the character position of cursor to draw. By default, cursor is not drawn.
FILE is assumed to be an XML file generated by the serialize facility of the m17n library, and FILE is deserialized before an image is created.
Each line is broken at word boundary.
FILTER is a string containing a shell command line. If this option is specified, the PNG image is not written info a file but is given to FILTER as standard input. If FILTER contains "%s", that part is replaced by a basename of FILE. So, the default behaviour is the same as specifying "cat > s.png" as FILTER.
If FILTER is just "-", the PNG image is written to stdout.
Enable anti-alias drawing.
Prefer a font whose family name is FAMILY.
Prefer a font specified for the language LANG. LANG must be a 2-letter code of ISO 630 (e.g. "en" for English).
Specify the text color. The supported color names are those of HTML 4.0 and "#RRGGBB" notation.
Specify the background color. The supported color names are the same as FOREGROUND, except that if "transparent" is specified, make the background transparent.
Specify that the orientation of the text is right-to-left.
Quiet mode. Don't print any messages.
Print the version number.
Print this message.
XT-OPTIONs are standard Xt arguments (e.g. -fn, -fg).
The following OPTIONs are available.
Print version number.
Print this message.
This program is to demonstrate how to use the m17n GUI API. Although m17n-edit directly uses the GUI API, the API is mainly for toolkit libraries or to implement XOM (X Output Method), not for direct use from application programs.
Initialize this module.
Finalize this module.
Convert the current preedit text (Hiragana sequence) into Kana-Kanji mixed text.
Record the change of candidate of the current segment.
Enlarge or shorten the length of the current segment.
Commit the lastly selected candidates of all the segments.
Initialize this library.
Finalize this library.
Check the spell of the current preedit text (English) and, if the spell is incorrect, return a list of candidates.
This program is just for demonstrating how to write an external module for an m17n input method, not for an actual use.