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

GlyphInfo

Summary

Types

@type t() :: %Rayex.Structs.GlyphInfo{
  advance_x: integer(),
  image: Rayex.Structs.Image.t(),
  offset_x: integer(),
  offset_y: integer(),
  value: integer()
}