Use this utility to renumber or delete font IDs in a font cross-reference (FXR) file.
FIXFXR /I /O /P
Parameter |
Description |
/I |
Enter the name of the input font cross-reference (FXR) file. |
/O |
Enter the name of the output FXR file if different. Omit the extension. |
/P |
Enter the name of the INI file. The default is FIXFXR.INI. |
You can use this utility to maintain font cross-reference files (FXR) by renumbering or deleting font IDs. This utility takes a FXR file as an input file and then updates or creates a new FXR file based on settings in an INI file.
This utility works similarly to the FIXFORM utility .
The /P parameter specifies the INI file name. The default is FIXFXR.INI. Here is an example of a FIXFXR.INI file:
< FixOptions >
MapFonts = Y
DeleteFonts = Y
< MappedFonts >
1 = 12304
2 = 12305
3 = 12306
4 = 12307
< DeletedFonts >
11004 = Y
11005 = Y
11006 = N
11007 = Y
11008 = N
In this example, font IDs 1 through 4 are renumbered to 12304-7 and font IDs 11004, 11005, and 11007 are deleted from the font cross-reference file (FXR).
© Copyright 2014, Oracle and/or its affiliates. All rights reserved. Legal notices.