Searched refs:numfonts (Results 1 – 1 of 1) sorted by relevance
1002 int numfonts = project->CountResources(DisplayIndex, RES_TYPE_FONT); in BuildFontTable() local1005 table->num_fonts = numfonts; in BuildFontTable()1007 if (numfonts) in BuildFontTable()1009 table->fonts = new GX_FONT *[numfonts]; in BuildFontTable()1010 memset(table->fonts, 0, (numfonts * sizeof(GX_FONT *))); in BuildFontTable()1012 for (font_id = 0; font_id < numfonts; font_id++) in BuildFontTable()