RenderingFont Class
RenderingFont class
Font for rendering.
type RenderingFont struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetName | Gets name of the font. |
GetSize | Gets size of the font in points. |
GetBold | Gets or sets bold for the font. |
SetBold | Gets or sets bold for the font. |
GetItalic | Gets or sets italic for the font. |
SetItalic | Gets or sets italic for the font. |
GetColor | Gets or sets color for the font. |
SetColor | Gets or sets color for the font. |