LibreOffice Module vcl (master)
1
|
#include <outdev.h>
Public Member Functions | |
ImplDeviceFontList () | |
void | Add (PhysicalFontFace *pFace) |
PhysicalFontFace * | Get (int nIndex) const |
int | Count () const |
Private Attributes | |
std::vector< rtl::Reference< PhysicalFontFace > > | maDevFontVector |
|
inline |
Definition at line 48 of file outdev.h.
Referenced by PhysicalFontFamily::UpdateDevFontList().
|
inline |
|
private |