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

GlyphInfo TypedStruct

Summary

Types

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