struct ImGui::ImFontAtlasCustomRect
 
  - ImGui::ImFontAtlasCustomRect
- Struct
- Value
- Object
Overview
Included Modules
- ImGui::ClassType(LibImGui::ImFontAtlasCustomRect)
Defined in:
obj.crConstructors
Instance Method Summary
- 
        #font : ImFont
        
          Input For custom font glyphs only: target font 
- #font=(font : ImFont)
- 
        #glyph_advance_x : Float32
        
          Input For custom font glyphs only: glyph xadvance 
- #glyph_advance_x=(glyph_advance_x : Float32)
- 
        #glyph_id : UInt32
        
          Input For custom font glyphs only (ID < 0x110000) 
- #glyph_id=(glyph_id : UInt32)
- 
        #glyph_offset : ImVec2
        
          Input For custom font glyphs only: glyph display offset 
- #glyph_offset=(glyph_offset : ImVec2)
- 
        #height : UInt16
        
          Input Desired rectangle dimension 
- #height=(height : UInt16)
- #is_packed : Bool
- #to_unsafe : Pointer(T)
- 
        #width : UInt16
        
          Input Desired rectangle dimension 
- #width=(width : UInt16)
- 
        #x : UInt16
        
          Output Packed position in Atlas 
- #x=(x : UInt16)
- 
        #y : UInt16
        
          Output Packed position in Atlas 
- #y=(y : UInt16)