#include <dktypes.h>
Data Fields | |
char * | texname |
Font name in TeX. | |
char * | psname |
Font name in PostScript. | |
int | features |
Font features, i.e. | |
char * | svgFontFamily |
Font family name for SVG. | |
char * | gs_alias |
Font alias name in GhostScript. | |
char * | gs_actual |
Font file name in GhostScript. | |
char * | svgFontId |
Font name to use in SVG output. | |
char * | gs_new |
New GhostScript font name. |
This structure can be used to find font names for a font in different languages.
Font features, i.e.
bold, italic...
char* _dk_font_::gs_actual |
Font file name in GhostScript.
char* _dk_font_::gs_alias |
Font alias name in GhostScript.
char* _dk_font_::gs_new |
New GhostScript font name.
char* _dk_font_::psname |
Font name in PostScript.
char* _dk_font_::svgFontFamily |
Font family name for SVG.
char* _dk_font_::svgFontId |
Font name to use in SVG output.
char* _dk_font_::texname |
Font name in TeX.