wxNativeFontInfo is platform-specific font representation: this class should be considered as an opaque font description only used by the native functions, the user code can only get the objects of this type from somewhere and pass it somewhere else (possibly save them somewhere using ToString() and restore them using FromString())
More...
#include <wx/fontutil.h>
wxNativeFontInfo is platform-specific font representation: this class should be considered as an opaque font description only used by the native functions, the user code can only get the objects of this type from somewhere and pass it somewhere else (possibly save them somewhere using ToString() and restore them using FromString())
◆ wxNativeFontInfo() [1/2]
| wxNativeFontInfo::wxNativeFontInfo |
( |
| ) |
|
◆ wxNativeFontInfo() [2/2]
◆ ~wxNativeFontInfo()
| wxNativeFontInfo::~wxNativeFontInfo |
( |
| ) |
|
◆ FromString()
| bool wxNativeFontInfo::FromString |
( |
const wxString & | s | ) |
|
◆ FromUserString()
| bool wxNativeFontInfo::FromUserString |
( |
const wxString & | s | ) |
|
◆ GetEncoding()
◆ GetFaceName()
| wxString wxNativeFontInfo::GetFaceName |
( |
| ) |
const |
◆ GetFamily()
◆ GetFractionalPointSize()
| float wxNativeFontInfo::GetFractionalPointSize |
( |
| ) |
const |
◆ GetNumericWeight()
| int wxNativeFontInfo::GetNumericWeight |
( |
| ) |
const |
◆ GetPixelSize()
| wxSize wxNativeFontInfo::GetPixelSize |
( |
| ) |
const |
◆ GetPointSize()
| int wxNativeFontInfo::GetPointSize |
( |
| ) |
const |
◆ GetStyle()
◆ GetUnderlined()
| bool wxNativeFontInfo::GetUnderlined |
( |
| ) |
const |
◆ GetWeight()
◆ Init()
| void wxNativeFontInfo::Init |
( |
| ) |
|
◆ InitFromFont()
| void wxNativeFontInfo::InitFromFont |
( |
const wxFont & | font | ) |
|
◆ operator=()
◆ SetEncoding()
◆ SetFaceName() [1/2]
| void wxNativeFontInfo::SetFaceName |
( |
const wxArrayString & | facenames | ) |
|
◆ SetFaceName() [2/2]
| bool wxNativeFontInfo::SetFaceName |
( |
const wxString & | facename | ) |
|
◆ SetFamily()
◆ SetFractionalPointSize()
| void wxNativeFontInfo::SetFractionalPointSize |
( |
float | pointsize | ) |
|
◆ SetNumericWeight()
| void wxNativeFontInfo::SetNumericWeight |
( |
int | weight | ) |
|
◆ SetPixelSize()
| void wxNativeFontInfo::SetPixelSize |
( |
const wxSize & | pixelSize | ) |
|
◆ SetPointSize()
| void wxNativeFontInfo::SetPointSize |
( |
int | pointsize | ) |
|
◆ SetStyle()
◆ SetUnderlined()
| void wxNativeFontInfo::SetUnderlined |
( |
bool | underlined | ) |
|
◆ SetWeight()
◆ ToString()
| wxString wxNativeFontInfo::ToString |
( |
| ) |
const |
◆ ToUserString()
| wxString wxNativeFontInfo::ToUserString |
( |
| ) |
const |
The documentation for this class was generated from the following file: