Searched refs:TXT_BOLDEN (Results 1 – 3 of 3) sorted by relevance
128 { return attribute_style(s, TXT_BOLDEN, on); in boldStyle()164 { return get_attribute_style(s, TXT_BOLDEN); in getBoldStyle()
1048 if ( atts & TXT_BOLDEN ) in paint_line()
51 #define TXT_BOLDEN 0x8 /* bold character */ macro