ReactOS 0.4.15-dev-7953-g1f49173
RTFFont Struct Reference

#include <rtf.h>

Collaboration diagram for RTFFont:

Public Attributes

charrtfFName
 
charrtfFAltName
 
int rtfFNum
 
int rtfFFamily
 
int rtfFCharSet
 
int rtfFPitch
 
int rtfFType
 
int rtfFCodePage
 
RTFFontrtfNextFont
 

Detailed Description

Definition at line 959 of file rtf.h.

Member Data Documentation

◆ rtfFAltName

char* RTFFont::rtfFAltName

Definition at line 962 of file rtf.h.

Referenced by ReadFontTbl().

◆ rtfFCharSet

int RTFFont::rtfFCharSet

Definition at line 965 of file rtf.h.

Referenced by ReadFontTbl().

◆ rtfFCodePage

int RTFFont::rtfFCodePage

Definition at line 968 of file rtf.h.

Referenced by ReadFontTbl().

◆ rtfFFamily

int RTFFont::rtfFFamily

Definition at line 964 of file rtf.h.

Referenced by ReadFontTbl().

◆ rtfFName

char* RTFFont::rtfFName

Definition at line 961 of file rtf.h.

Referenced by ReadFontTbl().

◆ rtfFNum

int RTFFont::rtfFNum

Definition at line 963 of file rtf.h.

Referenced by ReadFontTbl().

◆ rtfFPitch

int RTFFont::rtfFPitch

Definition at line 966 of file rtf.h.

Referenced by ReadFontTbl().

◆ rtfFType

int RTFFont::rtfFType

Definition at line 967 of file rtf.h.

Referenced by ReadFontTbl().

◆ rtfNextFont

RTFFont* RTFFont::rtfNextFont

Definition at line 969 of file rtf.h.

Referenced by ReadFontTbl().


The documentation for this struct was generated from the following file: