struct ImGui::ImFontGlyph
- ImGui::ImFontGlyph
- Struct
- Value
- Object
Included Modules
- ImGui::StructType
Defined in:
obj.crtypes.cr
Constructors
Instance Method Summary
- #advance_x : Float32
- #advance_x=(advance_x : Float32)
- #codepoint : UInt32
- #codepoint=(codepoint : UInt32)
- #colored : UInt32
- #colored=(colored : UInt32)
- #u0 : Float32
- #u0=(u0 : Float32)
- #u1 : Float32
- #u1=(u1 : Float32)
- #v0 : Float32
- #v0=(v0 : Float32)
- #v1 : Float32
- #v1=(v1 : Float32)
- #visible : UInt32
- #visible=(visible : UInt32)
- #x0 : Float32
- #x0=(x0 : Float32)
- #x1 : Float32
- #x1=(x1 : Float32)
- #y0 : Float32
- #y0=(y0 : Float32)
- #y1 : Float32
- #y1=(y1 : Float32)
Instance methods inherited from module ImGui::StructType
to_unsafe
to_unsafe
Constructor Detail
def self.new(colored : UInt32, visible : UInt32, codepoint : UInt32, advance_x : Float32, x0 : Float32, y0 : Float32, x1 : Float32, y1 : Float32, u0 : Float32, v0 : Float32, u1 : Float32, v1 : Float32)
#