TextTag.font

Set font property.

  1. string font [@property getter]
  2. string font [@property setter]
    class TextTag
    @property
    void
    font
    (
    string propval
    )

Parameters

propval string

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.