openMSX
Public Attributes | List of all members
ImFontBuildSrcDataFT Struct Reference
Collaboration diagram for ImFontBuildSrcDataFT:
Collaboration graph
[legend]

Public Attributes

FreeTypeFont Font
 
stbrp_rect * Rects
 
const ImWchar * SrcRanges
 
int DstIndex
 
int GlyphsHighest
 
int GlyphsCount
 
ImBitVector GlyphsSet
 
ImVector< ImFontBuildSrcGlyphFTGlyphsList
 

Detailed Description

Definition at line 412 of file imgui_freetype.cc.

Member Data Documentation

◆ DstIndex

int ImFontBuildSrcDataFT::DstIndex

Definition at line 417 of file imgui_freetype.cc.

Referenced by ImFontAtlasBuildWithFreeTypeEx().

◆ Font

FreeTypeFont ImFontBuildSrcDataFT::Font

Definition at line 414 of file imgui_freetype.cc.

Referenced by ImFontAtlasBuildWithFreeTypeEx().

◆ GlyphsCount

int ImFontBuildSrcDataFT::GlyphsCount

Definition at line 419 of file imgui_freetype.cc.

Referenced by ImFontAtlasBuildWithFreeTypeEx().

◆ GlyphsHighest

int ImFontBuildSrcDataFT::GlyphsHighest

Definition at line 418 of file imgui_freetype.cc.

Referenced by ImFontAtlasBuildWithFreeTypeEx().

◆ GlyphsList

ImVector<ImFontBuildSrcGlyphFT> ImFontBuildSrcDataFT::GlyphsList

Definition at line 421 of file imgui_freetype.cc.

Referenced by ImFontAtlasBuildWithFreeTypeEx().

◆ GlyphsSet

ImBitVector ImFontBuildSrcDataFT::GlyphsSet

Definition at line 420 of file imgui_freetype.cc.

Referenced by ImFontAtlasBuildWithFreeTypeEx().

◆ Rects

stbrp_rect* ImFontBuildSrcDataFT::Rects

Definition at line 415 of file imgui_freetype.cc.

Referenced by ImFontAtlasBuildWithFreeTypeEx().

◆ SrcRanges

const ImWchar* ImFontBuildSrcDataFT::SrcRanges

Definition at line 416 of file imgui_freetype.cc.

Referenced by ImFontAtlasBuildWithFreeTypeEx().


The documentation for this struct was generated from the following file: