Home
last modified time | relevance | path

Searched refs:rxvt_fontset (Results 1 – 5 of 5) sorted by relevance

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvtfont.h70 struct rxvt_fontset struct
84 rxvt_fontset (rxvt_term *term); argument
85 ~rxvt_fontset ();
H A Drxvtfont.C269 struct rxvt_fontset *fs;
271 rxvt_font_default (rxvt_fontset *fs) in rxvt_font_default()
499 struct rxvt_fontset *fs;
501 rxvt_font_overflow (rxvt_fontset *fs) in rxvt_font_overflow()
1595 rxvt_fontset::rxvt_fontset (rxvt_term *term) in rxvt_fontset() function
1601 rxvt_fontset::~rxvt_fontset () in ~rxvt_fontset()
1607 rxvt_fontset::clear () in clear()
1669 rxvt_fontset::push_font (rxvt_font *font) in push_font()
1686 rxvt_fontset::add_fonts (const char *desc) in add_fonts()
1746 rxvt_fontset::realize_font (int i) in realize_font()
[all …]
H A Dmain.C815 rxvt_fontset *fs = new rxvt_fontset (this); in set_fonts()
835 prop = (*fs)[rxvt_fontset::firstFont]->properties (); in set_fonts()
853 fontset[style] = fs = new rxvt_fontset (this); in set_fonts()
H A Drxvt.h363 #define RS_fontCount rxvt_fontset::fontCount
984 rxvt_fontset *fontset[4];
H A Dcommand.C167 rxvt_fontset *fs = FONTSET (r); in iso14755_51()