Text.getFont

Get thet text's font.

If the text has no font attached, a NULL pointer is returned. The returned reference is const, which means that you cannot modify the font when you get it from this function.

class Text
const
const(Font)
getFont
()

Return Value

Type: const(Font)

Text's font.

Meta