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

Summary

Types

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