Home
last modified time | relevance | path

Searched refs:maDevFontVector (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/inc/
H A Doutdev.h104 std::vector<ImplFontData*> maDevFontVector; member in ImplGetDevFontList
107 ImplGetDevFontList() { maDevFontVector.reserve(1024); } in ImplGetDevFontList()
108 void Add( ImplFontData* pFace ) { maDevFontVector.push_back( pFace ); } in Add()
109 ImplFontData* Get( int nIndex ) const { return maDevFontVector[ nIndex ]; } in Get()
110 int Count() const { return maDevFontVector.size(); } in Count()

Completed in 15 milliseconds