|
Public Member Functions |
| | oofRepTextStylable (const char *fontName, unsigned short fontSize, unsigned char styleNum=0, short leading=0, oofColor color=oofColor::Black) |
| | oofRepTextStylable (oofRepTextStyle *adoptedStyle=0) |
| | oofRepTextStylable (const oofRepTextStylable &) |
| virtual | ~oofRepTextStylable () |
| oofRepTextStyle * | localTextStyle () const |
| | Get style owned by this object.
|
| oofRepTextStyle * | uniqueTextStyle () |
| | Get a style unique to this object, cloning the one we'd normally use if necessary.
|
| void | textStyle (oofRepTextStyle *adoptedStyle) |
| | Set style owned by this object.
|
| void | textStyle (const char *fontName, unsigned short fontSize, unsigned char styleNum=0, short leading=0, oofColor color=oofColor::Black) |
| | Set style owned by this object, creating from the font parameters.
|
| virtual oofRepTextStyle * | textStyle () const |
| | Get the text style owned by this object or a default.
|
Protected Attributes |
| oofRepTextStyle * | mStyle |