Searched refs:Font (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h270 * Font management.
272 class Font { class
278 // Private so Font objects can not be copied
279 Font(const Font &) {} function in class:Font
280 Font &operator=(const Font &) { id=0; return *this; }
282 Font();
283 virtual ~Font();
330 virtual void DrawTextNoClip(PRectangle rc, Font
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.frm10 BeginProperty Font
26 BeginProperty Font
42 BeginProperty Font
58 BeginProperty Font
82 BeginProperty Font
112 BeginProperty Font
136 BeginProperty Font
153 BeginProperty Font
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/Vb/
H A DVbzipfrm.frm9 BeginProperty Font
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp125 Font::Font() { function in class:Font
130 Font::~Font() {
133 void Font::Create(const char *faceName, int characterSet, int size, bool bold, bool italic, bool extraFontFlag) {
159 void Font::Release() {
201 virtual void DrawTextNoClip(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back);
202 virtual void DrawTextClipped(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back);
203 virtual void DrawTextTransparent(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore);
204 virtual void MeasureWidths(Font
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLineMarker.h51 void Draw(Surface *surface, PRectangle &rc, Font &fontForCharacter);
H A DStyle.h31 Font font;
H A DCallTip.h17 Font font;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVbzipfrm.frm9 BeginProperty Font
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dcombop.h72 XmFontList Font; /* verwendete Fonts */ member in struct:_XmComboBoxPart
H A Dxmcombo.c196 offset(combobox.Font), XmRImmediate, NULL
1471 * benutzter Font: hier erhalten Liste und Eingabefeld jeweils die
1474 * artigen Text, so dass hier auch tunlichst der gleiche Font zu
1477 if ( current->combobox.Font != newW->combobox.Font ) {
1479 XmNfontList, newW->combobox.Font, NULL);
1481 XmNfontList, newW->combobox.Font, NULL);
3017 if ( newW->combobox.Font == NULL ) {
3019 XmNfontList, &newW->combobox.Font, NULL);
3021 XmNfontList, newW->combobox.Font, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcheckbox.cpp81 wxPROPERTY( Font , wxFont , SetFont , GetFont , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dradiobut.cpp86 wxPROPERTY( Font , wxFont , SetFont , GetFont , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dbutton.cpp95 wxPROPERTY( Font , wxFont , SetFont , GetFont , EMPTY_MACROVALUE, 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dchoice.cpp77 wxPROPERTY( Font , wxFont , SetFont , GetFont , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dcombobox.cpp95 wxPROPERTY( Font , wxFont , SetFont , GetFont , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dlistbox.cpp87 wxPROPERTY( Font , wxFont , SetFont , GetFont , EMPTY_MACROVALUE, 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dtextctrl.cpp148 wxPROPERTY( Font , wxFont , SetFont , GetFont , EMPTY_MACROVALUE, 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
H A Dwindow.cpp183 wxPROPERTY( Font , wxFont , SetFont , GetWindowFont , )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfontenum.tex46 \helpref{Font encoding overview}{wxfontencodingoverview},
47 \helpref{Font sample}{samplefont},
H A Dtfontenc.tex12 \section{Font encoding overview}\label{wxfontencodingoverview}
23 Font encoding support is ensured by several classes:
H A Dautoobj.tex15 excelObject.PutProperty("ActiveCell.Font.Bold", true);
73 object.CallMethod("ActiveCell.Font.ShowDialog", "My caption");
H A Dfont.tex198 \docparam{family}{Font family, a generic way of referring to fonts without specifying actual facename. One of:
213 \docparam{weight}{Font weight, sometimes also referred to as font boldness. One of:
284 \helpref{Font encoding overview}{wxfontencodingoverview},
424 \helpref{Font encoding overview}{wxfontencodingoverview},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobut.cpp87 wxPROPERTY( Font , wxFont , SetFont , GetFont , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dgraphics.cpp282 virtual Font* GetGDIPlusFont() { return m_font; }
285 Font* m_font;
742 m_font = new Font( s , size , style );
1283 Font* f = ((wxGDIPlusFontData*)m_font.GetRefData())->GetGDIPlusFont();
1331 Font* f = ((wxGDIPlusFontData*)m_font.GetRefData())->GetGDIPlusFont();
H A Dcheckbox.cpp136 wxPROPERTY( Font , wxFont , SetFont , GetFont , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))

Completed in 135 milliseconds

12