filters
DisplayFontParam Class Reference
List of all members.Detailed Description
Definition at line 47 of file GlobalParams.h.
Public Member Functions | |
| DisplayFontParam (GString *nameA, DisplayFontParamKind kindA) | |
| DisplayFontParam (const char *nameA, const char *xlfdA, const char *encodingA) | |
| ~DisplayFontParam () | |
Public Attributes | |
| GString * | name |
| DisplayFontParamKind | kind |
| union { | |
| struct { | |
| GString * xlfd | |
| GString * encoding | |
| } x | |
| struct { | |
| GString * fileName | |
| } t1 | |
| struct { | |
| GString * fileName | |
| } tt | |
| }; | |
The documentation for this class was generated from the following files:

