Using Fonts as Graphics
If you have fonts you use as graphics, you must first convert them to LOG files. Then, enter the root file name for each graphic in the LOGO.DAT file. The LOGO.DAT file should reside in the current working directory.
The LOGO.DAT file is a semicolon-delimited text file that names the various rotations of graphic fonts. It should look similar to this:
[file name for 0° rotation];[file name for 90° rotation];[file name for 180°rotation];[file name for 270° rotation];
You can omit any of the rotations, but you must include a semicolon as a delimiter. For example, this omits the 90 degree file rotation:
[file name for 0° rotation];;[file name for 180°rotation];[file name for 270° rotation];
Note | Do not list the graphic fonts in the FXR file. If the utility cannot find a font, it will look for a graphic. |
© Copyright 2020, Oracle and/or its affiliates. All rights reserved. Legal notices.