Home
last modified time | relevance | path

Searched refs:rxvt_font (Results 1 – 4 of 4) sorted by relevance

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvtfont.h28 struct rxvt_font struct
44 rxvt_font (); argument
45 virtual ~rxvt_font () { free (name); }; in ~rxvt_font() argument
93 rxvt_font *operator [] (int id) const
117 simplevec<rxvt_font *> fonts;
135 rxvt_font *new_font (const char *name, codeset cs);
136 void prepare_font (rxvt_font *font, codeset cs);
138 void push_font (rxvt_font *font);
H A Drxvtfont.C216 rxvt_font::rxvt_font () in rxvt_font() function
222 rxvt_font::set_name (char *name_) in set_name()
267 struct rxvt_font_default : rxvt_font
272 : rxvt_font () in rxvt_font_default()
497 struct rxvt_font_overflow : rxvt_font
502 : rxvt_font () in rxvt_font_overflow()
555 struct rxvt_font_x11 : rxvt_font
1141 struct rxvt_font_xft : rxvt_font
1635 rxvt_font *
1638 rxvt_font *f; in new_font()
[all …]
H A Dcommand.C207 rxvt_font *f = (*fs)[fs->find_font_idx (chr[i])]; in iso14755_51()
H A Dscreen.C2410 rxvt_font *font = (*fontset[GET_STYLE (rend)])[GET_FONT (rend)]; in scr_refresh()