Terminal.setFontFromStringFull

Warning vte_terminal_set_font_from_string_full has been deprecated since version 0.20 and should not be used in newly-written code. Use vte_terminal_set_font() A convenience function which converts name into a PangoFontDescription and passes it to vte_terminal_set_font_full().

class Terminal
void
setFontFromStringFull

Parameters

name string

A string describing the font.

antialias VteTerminalAntiAlias

Whether or not to antialias the font (if possible). Since 0.11.11

Meta