filters
MSWrite::Font Class Reference
Inheritance diagram for MSWrite::Font:

Detailed Description
Definition at line 145 of file structures.h.
Public Types | |
DontCare = 0x00 | |
Roman = 0x10 | |
Times = 0x10 | |
Serif = 0x10 | |
Swiss = 0x20 | |
Helvetica = 0x20 | |
SansSerif = 0x20 | |
Modern = 0x30 | |
Courier = 0x30 | |
TypeWriter = 0x30 | |
Script = 0x40 | |
Decorative = 0x50 | |
OldEnglish = 0x50 | |
enum | Family { DontCare = 0x00, Roman = 0x10, Times = 0x10, Serif = 0x10, Swiss = 0x20, Helvetica = 0x20, SansSerif = 0x20, Modern = 0x30, Courier = 0x30, TypeWriter = 0x30, Script = 0x40, Decorative = 0x50, OldEnglish = 0x50 } |
Public Member Functions | |
Font (const Byte *name=NULL, const Byte family=DontCare) | |
virtual | ~Font () |
Font & | operator= (const Font &rhs) |
Byte * | getName (void) const |
Byte * | setName (const Byte *s) |
bool | operator!= (const Font &rhs) |
bool | operator== (const Font &rhs) |
Friends | |
class | FontTable |
The documentation for this class was generated from the following files: