harfbuzz.draw_state
Module for [DrawState] class
class DrawState
Types 1
classDrawState : gobject.boxed.Boxed
Current drawing state.
Methods
harfbuzz.types.Bool pathOpen() @propertyGet `pathOpen` field. Returns: Whether there is an open pathvoid pathOpen(harfbuzz.types.Bool propval) @propertySet `pathOpen` field. Params: propval = Whether there is an open pathfloat pathStartX() @propertyGet `pathStartX` field. Returns: X component of the start of current pathvoid pathStartX(float propval) @propertySet `pathStartX` field. Params: propval = X component of the start of current pathfloat pathStartY() @propertyGet `pathStartY` field. Returns: Y component of the start of current pathvoid pathStartY(float propval) @propertySet `pathStartY` field. Params: propval = Y component of the start of current pathvoid currentX(float propval) @propertySet `currentX` field. Params: propval = X component of current pointvoid currentY(float propval) @propertySet `currentY` field. Params: propval = Y component of current pointConstructors
this(harfbuzz.types.Bool pathOpen = harfbuzz.types.Bool.init, float pathStartX = 0.0, float pathStartY = 0.0, float currentX = 0.0, float currentY = 0.0)Create a `draw_state.DrawState` boxed type. Params: pathOpen = Whether there is an open path pathStartX = X component of the start of current path pathStartY = Y component of the start of current p...