Searched defs:ImFontBuildSrcDataFT (Results 1 – 2 of 2) sorted by relevance
259 struct ImFontBuildSrcDataFT struct261 FreeTypeFont Font;262 … // Rectangle to pack. We first fill in their size and the packer will give us their position.263 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)264 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]265 int GlyphsHighest; // Highest requested codepoint266 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)267 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)268 ImVector<ImFontBuildSrcGlyphFT> GlyphsList;
368 struct ImFontBuildSrcDataFT struct370 FreeTypeFont Font;371 … // Rectangle to pack. We first fill in their size and the packer will give us their position.372 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)373 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]374 int GlyphsHighest; // Highest requested codepoint375 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)376 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)377 ImVector<ImFontBuildSrcGlyphFT> GlyphsList;