Raylib.GlyphInfo
val t : t Ctypes.typ
val value : t -> int
Character value (Unicode)
val offset_x : t -> int
Character offset X when drawing
val offset_y : t -> int
Character offset Y when drawing
val advance_x : t -> int
Character advance position X
val set_value : t -> int -> unit
val set_offset_x : t -> int -> unit
val set_offset_y : t -> int -> unit
val set_advance_x : t -> int -> unit