Rayex.Structs.Font (Rayex v0.0.1) View Source
Font
Link to this section Summary
Link to this section Types
Specs
t() :: %Rayex.Structs.Font{
base_size: integer(),
glyph_count: integer(),
glyph_padding: integer(),
glyphs: [Rayex.Structs.GlyphInfo.t()],
recs: [Rayex.Structs.Rectangle.t()],
texture: Rayex.Structs.Texture2D.t()
}