zvt_term_set_fonts

Name

zvt_term_set_fonts —

Synopsis

void zvt_term_set_fonts (ZvtTerm * term, GdkFont * font, GdkFont * font_bold);

Arguments

term

A ZvtTerm widget.

font

Font used for regular text.

font_bold

Font used for bold text. May be null, in which case the bold font is rendered by over-striking.

Description

Load a set of fonts into the terminal.

These fonts should be the same size, otherwise it could get messy ...