Manages RVC::OBJTYPE_OutlineFont objects. More...
#include <rvc/ofont.h>

Public Member Functions | |
| OFONT (const RVC::OFONT &obj) | |
| OFONT () | |
| virtual | ~OFONT () |
| INT32 | GetAscent () const |
| INT32 | GetDescent () const |
| INT32 | GetInitChar () const |
| INT32 | GetLastChar () const |
| INT32 | GetLeading () const |
| INT32 | GetMaxGlyphSize () const |
| INT32 | GetNumGlyphs () const |
| RVC::OFONT & | operator= (const RVC::OFONT &rhs) |
| INT32 | ReadCharacter (INT32 item, void *ptr) |
Manages RVC::OBJTYPE_OutlineFont objects.
RVC Object Types that this class supports:
Default RVC Object Type for this class: RVC::OBJTYPE_OutlineFont.
Valid parents for this class:
| RVC::OFONT::OFONT | ( | ) |
Default constructor.
| RVC::OFONT::OFONT | ( | const RVC::OFONT & | obj | ) |
Copy constructor.
| virtual RVC::OFONT::~OFONT | ( | ) | [virtual] |
Destructor.
| INT32 RVC::OFONT::GetAscent | ( | ) | const |
| INT32 RVC::OFONT::GetDescent | ( | ) | const |
| INT32 RVC::OFONT::GetInitChar | ( | ) | const |
| INT32 RVC::OFONT::GetLastChar | ( | ) | const |
| INT32 RVC::OFONT::GetLeading | ( | ) | const |
| INT32 RVC::OFONT::GetMaxGlyphSize | ( | ) | const |
| INT32 RVC::OFONT::GetNumGlyphs | ( | ) | const |
| RVC::OFONT& RVC::OFONT::operator= | ( | const RVC::OFONT & | rhs | ) |
Assignment.
Reimplemented from RVC::OBJECT.
Read font character into the buffer (ptr).
1.6.1