View Source Exray.Structs.GlyphInfo (Exray v0.4.0)

Summary

Types

@type t() :: %Exray.Structs.GlyphInfo{
  advanceX: integer() | nil,
  image: Exray.Structs.Image.t() | nil,
  offsetX: integer() | nil,
  offsetY: integer() | nil,
  value: integer() | nil
}