Home
last modified time | relevance | path

Searched refs:FontCollection (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdiplusbase.h54 class FontCollection; variable
80 getNat(const FontCollection *fc);
H A Dgdiplusheaders.h652 class FontCollection : public GdiplusBase
657 FontCollection() : nativeFontCollection(NULL), lastStatus(Ok) in FontCollection() function
661 virtual ~FontCollection() in ~FontCollection()
699 FontCollection(const FontCollection &);
700 FontCollection &
701 operator=(const FontCollection &);
705 getNat(const FontCollection *fc) in getNat()
707 return const_cast<FontCollection *>(fc)->nativeFontCollection; in getNat()
720 FontFamily(const WCHAR *name, const FontCollection *fontCollection) in FontFamily()
846 class PrivateFontCollection : public FontCollection
[all …]