DrawState

Current drawing state.

Constructors

this
this(harfbuzz.types.Bool pathOpen, float pathStartX, float pathStartY, float currentX, float currentY)

Create a draw_state.DrawState boxed type.

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr(Flag!"Dup" dup)
self
DrawState self()

Returns this, for use in with statements.

Properties

currentX
float currentX [@property setter]

Set field currentX.

currentX
float currentX [@property getter]

Get field currentX.

currentY
float currentY [@property getter]

Get field currentY.

currentY
float currentY [@property setter]

Set field currentY.

gType
GType gType [@property getter]
pathOpen
harfbuzz.types.Bool pathOpen [@property getter]

Get field pathOpen.

pathOpen
harfbuzz.types.Bool pathOpen [@property setter]

Set field pathOpen.

pathStartX
float pathStartX [@property getter]

Get field pathStartX.

pathStartX
float pathStartX [@property setter]

Set field pathStartX.

pathStartY
float pathStartY [@property getter]

Get field pathStartY.

pathStartY
float pathStartY [@property setter]

Set field pathStartY.

Static functions

getGType
GType getGType()

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

getType
GType getType()

Get the GType of this boxed type.

gType
GType gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.