GlyphMetrics.this

Constructs a new dsdl2.ttf.GlyphMetrics by feeding in its attributes

  1. this()
  2. this(int[2] min, int[2] max, int advance)
    struct GlyphMetrics
    this
    (
    int[2] min
    ,
    int[2] max
    ,)

Parameters

min int[2]

tuple of the minX and minY values

max int[2]

tuple of the maxX and maxY values

advance int

advancing step size of the glyph

Meta