Searched defs:bold (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dansi_screen.c48 int bold = ( attrs & A_BOLD ); local
58 printf ( "\033[0;%d;3%d;4%dm", ( bold ? 1 : 22 ), fcol, bcol );
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp133 bool bold() const { return font (0).bold(); } function in class:SnapshotWgtItem
273 /* The current snapshot is always bold */
274 if (bold())

Completed in 45 milliseconds