TextTag.font

string font() @property

Get font property.

Returns

Font description as string, e.g. \"Sans Italic 12\".

Note that the initial value of this property depends on the internals of [pango.font_description.FontDescription].

void font(string propval) @property

Set font property.

Parameters

propvalFont description as string, e.g. \"Sans Italic 12\". Note that the initial value of this property depends on the internals of [pango.font_description.FontDescription].