Searched refs:bold (Results 26 - 50 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsrtenc.c115 if (st->bold != ASS_DEFAULT_BOLD) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp598 // Set a style to be bold or not.
599 void wxStyledTextCtrl::StyleSetBold(int style, bool bold) { argument
600 SendMsg(2053, style, bold);
2606 // bold turns on bold
2624 if (option == wxT("bold"))
2654 // Set style size, face, bold, italic, and underline attributes from
2664 bool bold = font.GetWeight() == wxBOLD; local
2669 StyleSetFontAttr(styleNum, size, faceName, bold, italic, under, encoding);
2675 bool bold, boo
2673 StyleSetFontAttr(int styleNum, int size, const wxString& faceName, bool bold, bool italic, bool underline, wxFontEncoding encoding) argument
[all...]
H A DPlatWX.cpp133 void Font::Create(const char *faceName, int characterSet, int size, bool bold, bool italic, bool extraFontFlag) { argument
150 bold ? wxBOLD : wxNORMAL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfont.tex508 \twocolitem{on {\bf wxGTK2}: {\tt $[FACE-NAME]$ $[bold]$ $[oblique|italic]$ $[POINTSIZE]$}}{Monospace bold 10}
509 \twocolitem{on {\bf wxMSW}: {\tt $[light|bold]$ $[italic]$ $[FACE-NAME]$ $[POINTSIZE]$ $[ENCODING]$}}{Tahoma 10 WINDOWS-1252}
H A Drichtextoverview.tex125 r.WriteText(wxT("bold "));
276 \item You might set the {\bf character style} of one particular word to bold.
303 instead of marking text in bold, specifying a large font size, and applying a certain
H A Dautoobj.tex9 gets the current Excel instance, and if it exists, makes the active cell bold.
H A Dfontpicker.tex41 \twocolitem{\windowstyle{wxFNTP\_FONTDESC\_AS\_LABEL}}{Keeps the label of the button updated with the fontface name and the font size. E.g. choosing "Times New Roman bold, italic with size 10" from the fontdialog, will update the label (overwriting any previous label) with the "Times New Roman, 10" text.}
H A Dttreectl.tex22 not, bold or not. It may also be expanded or collapsed. All these attributes
H A Dauinotebook.tex165 Sets the font for drawing the tab labels, using a bold version of the font for selected tab labels.
H A Dtreectrl.tex748 Returns {\tt true} if the given item is in bold state.
880 \func{void}{SetItemBold}{\param{const wxTreeItemId\& }{item}, \param{bool}{ bold = {\tt true}}}
882 Makes item appear in bold font if {\it bold} parameter is {\tt true} or resets it to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtreectrl.cpp348 void wxTreeCtrl::SetItemBold(const wxTreeItemId& item, bool bold) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h286 bool bold, bool italic, bool extraFontFlag=false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtreectlg.h96 virtual void SetItemBold(const wxTreeItemId& item, bool bold = true);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/Documentation/
H A DMakefile97 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreectlg.cpp183 void SetBold(bool bold) argument
185 m_isBold = bold;
347 unsigned int m_isBold :1; // render the label in bold font
1176 void wxGenericTreeCtrl::SetItemBold(const wxTreeItemId& item, bool bold) argument
1182 if ( pItem->IsBold() != bold )
1184 pItem->SetBold(bold);
1186 // recalculate the item size as bold and non bold fonts have different
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/autoconf/
H A Dshtool672 # determine terminal bold sequence
692 for seq in bold md smso; do # 'smso' is last
693 bold="`$dir/$tool $seq 2>/dev/null`"
694 if [ ".$bold" != . ]; then
695 term_bold="$bold"
718 echo "$msgprefix:Warning: unable to determine terminal sequence for bold mode" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.cpp244 item_menu->Append(TreeTest_SetBold, wxT("Make item &bold"));
245 item_menu->Append(TreeTest_ClearBold, wxT("Make item &not bold"));
536 void MyFrame::DoSetBold(bool bold) argument
542 m_treeCtrl->SetItemBold(item, bold);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h2044 // Set a style to be bold or not.
2045 void StyleSetBold(int style, bool bold);
3208 // bold turns on bold
3221 // Set style size, face, bold, italic, and underline attributes from
3230 bool bold, bool italic,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtreectrl.cpp1100 void wxTreeCtrl::SetItemBold(const wxTreeItemId& item, bool bold) argument
1108 tvItem.state = bold ? TVIS_BOLD : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dpod2man.pl197 as bold, italic, or code.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex217 of bold `anchor' text for linear formats.
436 output. Otherwise, a symbol will be inserted (linear RTF) or bold `o'
1089 {\bf This is bold font}
1201 to appropriate bold/large headings (but not section commands) in
1287 bold `anchor' text plus a section or figure number in parentheses.
1351 Specifies bold font.
1355 Specifies bold font.
1560 used as the bullet (WinHelp RTF); otherwise, a symbol or bold `o' will be used instead,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl197 as bold, italic, or code.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dpod2man.pl197 as bold, italic, or code.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex1629 % italics, not bold italics.
1647 % in those cases "rm" is bold. Sigh.
1967 \def\rmbshape{bx} %where the normal face is bold
2534 % @b, explicit bold. Also @strong.
2863 % Theiling, which support regular, slanted, bold and bold slanted (and
2873 % feybr - bold
2874 % feybo - bold slanted
2900 % bold:
2956 % bold
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex1593 % italics, not bold italics.
1925 \def\rmbshape{bx} %where the normal face is bold
2381 % @b, explicit bold.
2665 % Theiling, which support regular, slanted, bold and bold slanted (and
2675 % feybr - bold
2676 % feybo - bold slanted
2702 % bold:
2731 % bold:
3441 % @headitem starts a heading row, which we typeset in bold
[all...]

Completed in 399 milliseconds

123