|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <gdiplusheaders.h>


Public Member Functions | |
| FontCollection () | |
| virtual | ~FontCollection () |
| Status | GetFamilies (INT numSought, FontFamily *gpfamilies, INT *numFound) const |
| INT | GetFamilyCount () const |
| Status | GetLastStatus () const |
Public Member Functions inherited from GdiplusBase | |
| void | operator delete (void *in_pVoid) |
| void | operator delete[] (void *in_pVoid) |
| void * | operator new (size_t in_size) |
| void * | operator new[] (size_t in_size) |
Protected Member Functions | |
| Status | SetStatus (Status status) const |
Protected Attributes | |
| GpFontCollection * | nativeFontCollection |
| Status | lastStatus |
Private Member Functions | |
| FontCollection (const FontCollection &) | |
| FontCollection & | operator= (const FontCollection &) |
Friends | |
| class | FontFamily |
| GpFontCollection *& | getNat (const FontCollection *fc) |
Definition at line 652 of file gdiplusheaders.h.
|
inline |
Definition at line 657 of file gdiplusheaders.h.
|
inlinevirtual |
Definition at line 661 of file gdiplusheaders.h.
|
private |
|
inline |
Definition at line 666 of file gdiplusheaders.h.
|
inline |
Definition at line 672 of file gdiplusheaders.h.
|
inline |
Definition at line 680 of file gdiplusheaders.h.
|
private |
Definition at line 690 of file gdiplusheaders.h.
Referenced by PrivateFontCollection::AddFontFile(), PrivateFontCollection::AddMemoryFont(), and GetFamilies().
|
friend |
Definition at line 654 of file gdiplusheaders.h.
|
friend |
Definition at line 705 of file gdiplusheaders.h.
|
mutableprotected |
Definition at line 687 of file gdiplusheaders.h.
Referenced by GetFamilyCount(), GetLastStatus(), PrivateFontCollection::PrivateFontCollection(), and SetStatus().
|
protected |
Definition at line 686 of file gdiplusheaders.h.
Referenced by PrivateFontCollection::AddFontFile(), PrivateFontCollection::AddMemoryFont(), GetFamilyCount(), PrivateFontCollection::PrivateFontCollection(), and PrivateFontCollection::~PrivateFontCollection().