Searched refs:B_BOLD_FACE (Results 26 - 38 of 38) sorted by relevance

12

/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp460 set_font_face(fCurrentRun->font, B_BOLD_FACE, command->Option() != 0);
780 if (fontFace & B_BOLD_FACE)
/haiku/src/apps/diskusage/
H A DPieView.cpp153 font.SetFace(B_BOLD_FACE);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp682 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp368 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/serialconnect/
H A DTermView.cpp132 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp89 font.SetFace(B_BOLD_FACE);
746 fBoldFont.SetFace(B_BOLD_FACE);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js185 const B_BOLD_FACE = 0x0020;
1074 + (this.font.face & B_BOLD_FACE ? "bold " : "")
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1179 array.runs[0].font.SetFace(B_BOLD_FACE);
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp457 FALLBACK_BOLD_FONT_FAMILY, FALLBACK_BOLD_FONT_STYLE, B_BOLD_FACE);
/haiku/src/kits/shared/
H A DCalendarView.cpp1153 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp383 font.SetFace(B_BOLD_FACE);
/haiku/src/apps/mail/
H A DContent.cpp2951 font.SetFace(B_BOLD_FACE | B_ITALIC_FACE);
/haiku/src/apps/terminal/
H A DTermView.cpp816 fBoldFont.SetFace(B_BOLD_FACE | (face & ~B_REGULAR_FACE));

Completed in 104 milliseconds

12