Searched refs:installedFontCollection (Results 1 – 1 of 1) sorted by relevance
121 static GpFontCollection installedFontCollection = {0}; variable1610 while (installedFontCollection.count) in free_installed_fonts()1611 GdipDeleteFontFamily(installedFontCollection.FontFamilies[--installedFontCollection.count]); in free_installed_fonts()1612 heap_free(installedFontCollection.FontFamilies); in free_installed_fonts()1613 installedFontCollection.FontFamilies = NULL; in free_installed_fonts()1614 installedFontCollection.allocated = 0; in free_installed_fonts()1687 if (installedFontCollection.count == 0) in GdipNewInstalledFontCollection()1699 param.collection = &installedFontCollection; in GdipNewInstalledFontCollection()1711 *fontCollection = &installedFontCollection; in GdipNewInstalledFontCollection()