RenderingFont Class

RenderingFont class

Font for rendering.


type RenderingFont struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewRenderingFontInitializes a new instance of the

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetNameGets name of the font.
GetSizeGets size of the font in points.
GetBoldGets or sets bold for the font.
SetBoldGets or sets bold for the font.
GetItalicGets or sets italic for the font.
SetItalicGets or sets italic for the font.
GetColorGets or sets color for the font.
SetColorGets or sets color for the font.