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) nothrow

Create a glyph_position.GlyphPosition boxed type.

Parameters

xAdvancehow much the line advances after drawing this glyph when setting text in horizontal direction.
yAdvancehow much the line advances after drawing this glyph when setting text in vertical direction.
xOffsethow much the glyph moves on the X-axis before drawing it, this should not affect how much the line advances.
yOffsethow much the glyph moves on the Y-axis before drawing it, this should not affect how much the line advances.
this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.