Home
last modified time | relevance | path

Searched refs:force_prop (Results 1 – 2 of 2) sorted by relevance

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvtfont.h53 virtual bool load (const rxvt_fontprop &morph, bool force_prop) = 0;
88 …id set_prop (const rxvt_fontprop &prop, bool force_prop) { this->prop = prop; this->force_prop = f… in set_prop()
116 bool force_prop; member
H A Drxvtfont.C289 bool load (const rxvt_fontprop &prop, bool force_prop) in load()
519 bool load (const rxvt_fontprop &prop, bool force_prop) in load()
563 bool load (const rxvt_fontprop &prop, bool force_prop);
718 rxvt_font_x11::load (const rxvt_fontprop &prop, bool force_prop) in load() argument
727 if (force_prop) in load()
1163 bool load (const rxvt_fontprop &prop, bool force_prop);
1206 rxvt_font_xft::load (const rxvt_fontprop &prop, bool force_prop) in load() argument
1225 && (force_prop || FcPatternGet (p, FC_WEIGHT, 0, &v) != FcResultMatch)) in load()
1229 && (force_prop || FcPatternGet (p, FC_SLANT, 0, &v) != FcResultMatch)) in load()
1611 force_prop = false; in clear()
[all …]