#include "NOFontVector.h"
Inherits NiXPSObjects::NOVector.
Public Member Functions | |
NOFontVector (NOPackage &pPackage) | |
virtual | ~NOFontVector () |
NOFont | elementAt (const NCommon::UInt32 pIndex) const |
Class managing a vector of fonts
NiXPSObjects::NOFontVector::NOFontVector | ( | NOPackage & | pPackage | ) |
Create a font vector consisting of the fonts in this package
pPackage | The package to get the fonts from |
NOFont NiXPSObjects::NOFontVector::elementAt | ( | 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) |