Searched defs:ImFontBuildSrcData (Results 1 – 3 of 3) sorted by relevance
1750 struct ImFontBuildSrcData struct1752 stbtt_fontinfo FontInfo;1753 … PackRange; // Hold the list of codepoints to pack (essentially points to Codepoints.Data)1754 … // Rectangle to pack. We first fill in their size and the packer will give us their position.1755 stbtt_packedchar* PackedChars; // Output glyphs1756 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)1757 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]1758 int GlyphsHighest; // Highest requested codepoint1759 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)1760 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)[all …]
1739 struct ImFontBuildSrcData struct1741 stbtt_fontinfo FontInfo;1742 … PackRange; // Hold the list of codepoints to pack (essentially points to Codepoints.Data)1743 … // Rectangle to pack. We first fill in their size and the packer will give us their position.1744 stbtt_packedchar* PackedChars; // Output glyphs1745 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)1746 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]1747 int GlyphsHighest; // Highest requested codepoint1748 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)1749 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)[all …]
2302 struct ImFontBuildSrcData struct2304 stbtt_fontinfo FontInfo;2305 … PackRange; // Hold the list of codepoints to pack (essentially points to Codepoints.Data)2306 … // Rectangle to pack. We first fill in their size and the packer will give us their position.2307 stbtt_packedchar* PackedChars; // Output glyphs2308 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)2309 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]2310 int GlyphsHighest; // Highest requested codepoint2311 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)2312 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)[all …]