View Source Rayex.Structs.Font (Rayex v0.0.3)

Font

Summary

Types

@type 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()
}