Home
last modified time | relevance | path

Searched refs:firstchar (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp627 …int height, FONT_METRICS &metrics, int firstchar, int lastchar, int bits_per_pix, FontCharMap &map) in GetFontMetrics() argument
639 for (use_char = firstchar; use_char <= lastchar; use_char++ ) in GetFontMetrics()
672 …int height, FONT_METRICS &metrics, int firstchar, int lastchar, FontCharMap &map, res_info *info, … in MakeFontPage() argument
697 char_count = lastchar - firstchar + 1; in MakeFontPage()
700 new_font->gx_font_first_glyph = firstchar; in MakeFontPage()
786 for (use_char = firstchar; use_char <= lastchar; use_char++) in MakeFontPage()
797 put_compressed_glyph = &(compressed_glyph_array)[use_char - firstchar]; in MakeFontPage()
807 put_kerning_glyph = &kerning_glyph_array[use_char - firstchar]; in MakeFontPage()
811 …gx_studio_font_util_get_kerning_info(handle, use_char, firstchar, lastchar, put_kerning_glyph, &ma… in MakeFontPage()
816 put_glyph = &glyph_array[use_char - firstchar]; in MakeFontPage()