Searched refs:new_font (Results 1 – 1 of 1) sorted by relevance
678 GX_FONT *new_font; in MakeFontPage() local699 new_font = new GX_FONT; in MakeFontPage()700 new_font->gx_font_first_glyph = firstchar; in MakeFontPage()701 new_font->gx_font_last_glyph = lastchar; in MakeFontPage()702 new_font->gx_font_next_page = NULL; in MakeFontPage()714 new_font->gx_font_glyphs.gx_font_compressed_glyphs = compressed_glyph_array; in MakeFontPage()725 new_font->gx_font_glyphs.gx_font_kerning_glyphs = kerning_glyph_array; in MakeFontPage()734 new_font->gx_font_glyphs.gx_font_normal_glyphs = glyph_array; in MakeFontPage()741 new_font->gx_font_glyphs.gx_font_normal_glyphs = glyph_array; in MakeFontPage()748 new_font->gx_font_format = GX_FONT_FORMAT_1BPP; in MakeFontPage()[all …]