Searched refs:bold (Results 1 - 25 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DStyle.cxx29 bold = source.bold;
57 bold = source.bold;
76 bold = bold_;
100 source.bold,
111 if (bold != other->bold ||
140 font.Create(fontName, characterSet, deviceHeight, bold, italic, extraFontFlag);
H A DStyle.h18 bool bold; member in class:Style
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A D_rename.c38 char bold[FILENAME_MAX], bnew[FILENAME_MAX]; local
66 _n_(old, bold);
69 status = _sys_rename(bold, bnew);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass.h50 * @param bold 1 for bold text, 0 for normal text
60 int bold, int italic, int underline,
H A Dass_split.h45 int bold; /**< whether text is bold (1) or not (0) */ member in struct:__anon3084
H A Dass.c32 int bold, int italic, int underline,
48 -bold, -italic, -underline, alignment);
29 ff_ass_subtitle_header(AVCodecContext *avctx, const char *font, int font_size, int color, int back_color, int bold, int italic, int underline, int alignment) argument
H A Dmicrodvddec.c66 // italic, bold, underline, strike-through
328 int bold = ASS_DEFAULT_BOLD; local
346 case 'b': bold = 1; break;
366 ASS_DEFAULT_BACK_COLOR, bold, italic,
H A Dwebvttenc.c97 if (st->bold != ASS_DEFAULT_BOLD) {
H A Dass_split.c72 {"Bold", ASS_INT, offsetof(ASSStyle, bold) },
90 {"Bold", ASS_INT, offsetof(ASSStyle, bold) },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_pre.cpp89 const int bold = m_WParser->GetFontBold(); local
123 m_WParser->SetFontBold(bold);
H A Dm_fonts.cpp139 int bold = m_WParser->GetFontBold(); local
147 m_WParser->SetFontBold(bold);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dass.c34 * @param bold 1 for bold text, 0 for normal text
44 int bold, int italic, int underline,
60 -bold, -italic, -underline, alignment);
41 ff_ass_subtitle_header(AVCodecContext *avctx, const char *font, int font_size, int color, int back_color, int bold, int italic, int underline, int alignment) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextbuffer.tex88 Begin applying bold.
348 Ends using bold.
485 style to bold will cause subsequently inserted text to be bold).
505 style to bold will cause subsequently inserted text to be bold).
555 say the style for a paragraph specifies bold, but the paragraph text doesn't specify a weight. The
556 combined style is bold, and this is what the user will see on-screen and in the formatting
557 dialog. The user now specifies red text, in addition to bold. When applying with
558 SetStyle, the content font weight attributes won't be changed to bold becaus
[all...]
H A Dhttaghnd.tex62 // change state of parser (e.g. set bold face)
H A Drichtextctrl.tex79 Apples bold to the selection (undoable).
133 Begins using bold.
435 Ends using bold.
567 style to bold will cause subsequently inserted text to be bold).
807 can use this to implement, for example, bold button updating. {\it style} must have
857 should show that the current style is bold.
860 /// Is all of the selection bold?
933 Returns \true if all of the selection is bold.
1313 style to bold wil
[all...]
H A Dhtwinprs.tex128 Returns true if actual font is bold, false otherwise.
238 Sets bold flag of actualfont. {\it x} is either true of false.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfont.cpp155 // contain some styles (special bold fonts etc) and
326 (m_macATSUAdditionalQDStyles & bold) ? &kTrue : &kFalse ,
343 if ( m_macFontStyle & bold )
418 m_macFontStyle |= bold;
477 (m_macATSUAdditionalQDStyles & bold) ? &kTrue : &kFalse ,
H A Dfontdlg.cpp122 fontdata.m_chosenFont.SetWeight(fontStyle & bold ? wxFONTWEIGHT_BOLD : wxFONTWEIGHT_NORMAL);
479 m_boldCtrl->SetHelpText(_("Check to make the font bold."));
481 m_boldCtrl->SetToolTip(_("Check to make the font bold."));
707 bool bold = m_boldCtrl->GetValue(); local
717 m_dialogFont = wxFont(size, family, italic ? wxITALIC : wxNORMAL, bold ? wxBOLD : wxNORMAL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfont.cpp219 m_macFontStyle |= bold;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.h241 void DoSetBold(bool bold = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreectrl.h140 // the item will be shown in bold
141 virtual void SetItemBold(const wxTreeItemId& item, bool bold = true) = 0;
173 // is item text in bold font?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtreectrl.h140 // the item will be shown in bold
141 void SetItemBold(const wxTreeItemId& item, bool bold = true);
166 // is item text in bold font?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A DMakefile99 @-tput bold 2>/dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtreectrl.h103 virtual void SetItemBold(const wxTreeItemId& item, bool bold = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A DMakefile74 @-tput bold 2>/dev/null

Completed in 381 milliseconds

123