GlyphPosition.this
this
(harfbuzz.types.Position xAdvance = harfbuzz.types.Position.init, harfbuzz.types.Position yAdvance = harfbuzz.types.Position.init, harfbuzz.types.Position xOffset = harfbuzz.types.Position.init, harfbuzz.types.Position yOffset = harfbuzz.types.Position.init)Create a glyph_position.GlyphPosition boxed type.
Parameters
xAdvance | how much the line advances after drawing this glyph when setting text in horizontal direction. |
yAdvance | how much the line advances after drawing this glyph when setting text in vertical direction. |
xOffset | how much the glyph moves on the X-axis before drawing it, this should not affect how much the line advances. |
yOffset | how much the glyph moves on the Y-axis before drawing it, this should not affect how much the line advances. |