Searched refs:wxFontBase (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontcmn.cpp3 // Purpose: implementation of wxFontBase methods
111 // wxFontBase
114 wxFontEncoding wxFontBase::ms_encodingDefault = wxFONTENCODING_SYSTEM;
117 void wxFontBase::SetDefaultEncoding(wxFontEncoding encoding)
127 wxFontBase::~wxFontBase()
133 wxFont *wxFontBase::New(int size,
168 wxFont *wxFontBase::New(int pointSize,
179 wxFont *wxFontBase::New(const wxSize& pixelSize,
199 wxFont *wxFontBase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfont.h3 // Purpose: wxFontBase class: the interface of wxFont
28 class WXDLLIMPEXP_FWD_CORE wxFontBase; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
105 // wxFontBase represents a font object
110 class WXDLLEXPORT wxFontBase : public wxGDIObject class in inherits:wxGDIObject
114 virtual ~wxFontBase();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dfont.h33 class WXDLLEXPORT wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dfont.h22 class WXDLLIMPEXP_CORE wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dfont.h17 class WXDLLIMPEXP_CORE wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dfont.h29 class WXDLLIMPEXP_CORE wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dfont.h19 class WXDLLEXPORT wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dfont.h18 class WXDLLIMPEXP_CORE wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dfont.h19 class WXDLLEXPORT wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dfont.h29 class WXDLLEXPORT wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dfont.h26 class WXDLLIMPEXP_CORE wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dfont.h24 class WXDLLEXPORT wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfont.cpp187 return wxFontBase::SetFaceName(faceName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfont.cpp190 return wxFontBase::SetFaceName(faceName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dfont.h21 class WXDLLEXPORT wxFont : public wxFontBase
85 // wxFontBase overridden functions
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dfont.h21 class WXDLLEXPORT wxFont : public wxFontBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfont.cpp984 // Thus we use wxFontBase::SetFaceName to check if facename
986 return refdataok && wxFontBase::SetFaceName(faceName);
1097 return wxFontBase::GetNativeFontInfoDesc();
1106 return wxFontBase::GetNativeFontInfoUserDesc();
1121 return wxFontBase::IsFixedWidth();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfont.cpp481 return wxFontBase::IsFixedWidth();
521 wxFontBase::SetFaceName(faceName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dfont.cpp628 return wxFontBase::IsFixedWidth();
668 wxFontBase::SetFaceName(faceName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfont.cpp353 return wxFontBase::SetFaceName(faceName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfont.cpp647 return wxFontBase::SetFaceName(faceName);
692 return wxFontBase::GetPixelSize();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dfont.cpp776 return wxFontBase::IsFixedWidth();
789 // return wxFontBase::IsFixedWidth();
831 wxFontBase::SetFaceName(faceName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dfont.cpp405 return wxFontBase::SetFaceName(faceName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfont.cpp1041 return refdataok && wxFontBase::SetFaceName(rsFaceName);

Completed in 157 milliseconds