View Source Exray.Structs.Font (Exray v0.3.0)
Summary
Types
@type t() :: %Exray.Structs.Font{ baseSize: integer(), glyphCount: integer(), glyphPadding: integer(), glyphs: [Exray.Structs.GlyphInfo.t()], recs: [Exray.Structs.Rectangle.t()], texture: Texture2D.t() }