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(Font)
getFont
const
(
)

Return Value

Type: const(Font)

Text's font.

Meta