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

Public Attributes | |
| GpFontFamily ** | FontFamilies |
| INT | count |
| INT | allocated |
Definition at line 514 of file gdiplus_private.h.
| INT GpFontCollection::allocated |
Definition at line 517 of file gdiplus_private.h.
Referenced by add_font_proc(), and free_installed_fonts().
| INT GpFontCollection::count |
Definition at line 516 of file gdiplus_private.h.
Referenced by add_font_proc(), free_installed_fonts(), GdipGetFontCollectionFamilyCount(), GdipGetFontCollectionFamilyList(), and GdipNewInstalledFontCollection().
| GpFontFamily** GpFontCollection::FontFamilies |
Definition at line 515 of file gdiplus_private.h.
Referenced by add_font_proc(), free_installed_fonts(), and GdipGetFontCollectionFamilyList().