Create font server index files
mkfontdir [options]
QNX Neutrino, Linux, Microsoft Windows
The mkfontdir utility builds an index file for the fonts in a directory. This index contains information such as the name and type of each font, its size and style, a textual description of the font family, and the range of characters defined within the font. To be available to an application, at least one font must be defined in this configuration file.
If you're using mkfontdir under Linux, you should make sure that your LD_LIBRARY_PATH environment variable includes /opt/qnx630/host/linux/x86/usr/lib. As well, because Linux has its own version of mkfontdir, you need to start the utility with the full path, /opt/qnx630/host/linux/x86/usr/bin/mkfontdir, to start the QNX version. |
Create an index file called my_fontdir in the current working directory:
mkfontdir -i ./my_fontdir -d ${PHOTON_PATH}/font_repository
Create an index file called my_fontdir in the ${PHOTON_PATH}/font_repository directory:
mkfontdir -i my_fontdir -d ${PHOTON_PATH}/font_repository