Searched refs:IsBold (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h27 bool IsBold() const;
H A DCharacterStyle.cpp116 CharacterStyle::IsBold() const function in class:CharacterStyle
/haiku/src/apps/terminal/
H A DTerminalLine.h40 inline bool IsBold() const { return (state & BOLD) == BOLD; } function in struct:Attributes
H A DTermView.cpp1044 inView->SetFont(attr.IsBold() && !fEmulateBold && fAllowBold
1138 if (attr.IsBold()) {

Completed in 173 milliseconds