#include "NOFontVector.h"
Public Member Functions | |
NOFontVector (NOPackage &pPackage) | |
virtual | ~NOFontVector () |
NOFont | operator[] (const NCommon::UInt32 &pIndex) const |
NiXPSObjects::NOFontVector::NOFontVector | ( | NOPackage & | pPackage | ) |
Create a font vector consisting of the fonts in this package
pPackage | The package to get the fonts from |
NiXPSObjects::NOFontVector::~NOFontVector | ( | ) | [virtual] |
destructor
NiXPSObjects::NOFont NiXPSObjects::NOFontVector::operator[] | ( | const NCommon::UInt32 & | pIndex | ) | const |
Returns the font at given index as an NOFont object representation
pIndex | The index of the font to obtain (0-based) |