ReactOS 0.4.16-dev-122-g325d74c
|
#include <rtf.h>
Public Attributes | |
char * | rtfFName |
char * | rtfFAltName |
int | rtfFNum |
int | rtfFFamily |
int | rtfFCharSet |
int | rtfFPitch |
int | rtfFType |
int | rtfFCodePage |
RTFFont * | rtfNextFont |
char* RTFFont::rtfFAltName |
Definition at line 962 of file rtf.h.
Referenced by ReadFontTbl().
int RTFFont::rtfFCharSet |
Definition at line 965 of file rtf.h.
Referenced by ReadFontTbl().
int RTFFont::rtfFCodePage |
Definition at line 968 of file rtf.h.
Referenced by ReadFontTbl().
int RTFFont::rtfFFamily |
Definition at line 964 of file rtf.h.
Referenced by ReadFontTbl().
char* RTFFont::rtfFName |
Definition at line 961 of file rtf.h.
Referenced by ReadFontTbl().
int RTFFont::rtfFNum |
Definition at line 963 of file rtf.h.
Referenced by ReadFontTbl().
int RTFFont::rtfFPitch |
Definition at line 966 of file rtf.h.
Referenced by ReadFontTbl().
int RTFFont::rtfFType |
Definition at line 967 of file rtf.h.
Referenced by ReadFontTbl().
RTFFont* RTFFont::rtfNextFont |
Definition at line 969 of file rtf.h.
Referenced by ReadFontTbl().