Public Member Functions | |
override void | Dispose () |
this (IntPtr wxobj) | |
this (IntPtr wxobj, bool memOwn) | |
this () | |
this (int pointSize, FontFamily family, FontStyle style, FontWeight weight, bool underline=false, string face="", FontEncoding encoding=FontEncoding.wxFONTENCODING_DEFAULT) | |
~this () | |
int | PointSize () |
void | PointSize (int value) |
FontFamily | Family () |
void | Family (FontFamily value) |
FontStyle | Style () |
void | Style (FontStyle value) |
FontEncoding | Encoding () |
void | Encoding (FontEncoding value) |
FontWeight | Weight () |
void | Weight (FontWeight value) |
bool | Underlined () |
void | Underlined (bool value) |
string | FaceName () |
void | FaceName (string value) |
string | FamilyString () |
string | StyleString () |
string | WeightString () |
bool | IsFixedWidth () |
bool | Ok () |
IntPtr | NativeFontInfo () |
string | NativeFontInfoUserDesc () |
string | NativeFontInfoDesc () |
Object | Clone () |
this (Font other) | |
Static Public Member Functions | |
static Font | wxNORMAL_FONT () |
static Font | wxSMALL_FONT () |
static Font | wxITALIC_FONT () |
static Font | wxSWISS_FONT () |
static Font | New (string strNativeFontDesc) |
static wxObject | New (IntPtr ptr) |
Static Public Attributes | |
static Font | wxNullFont |
this | ( | IntPtr | wxobj | ) |
Reimplemented from GDIObject.
this | ( | IntPtr | wxobj, | |
bool | memOwn | |||
) |
Reimplemented from wxObject.
this | ( | ) |
this | ( | int | pointSize, | |
FontFamily | family, | |||
FontStyle | style, | |||
FontWeight | weight, | |||
bool | underline = false , |
|||
string | face = "" , |
|||
FontEncoding | encoding = FontEncoding.wxFONTENCODING_DEFAULT | |||
) |
~this | ( | ) |
Reimplemented from wxObject.
this | ( | Font | other | ) |
static Font wxNORMAL_FONT | ( | ) | [static] |
static Font wxSMALL_FONT | ( | ) | [static] |
static Font wxITALIC_FONT | ( | ) | [static] |
static Font wxSWISS_FONT | ( | ) | [static] |
override void Dispose | ( | ) |
Reimplemented from wxObject.
int PointSize | ( | ) |
void PointSize | ( | int | value | ) |
FontFamily Family | ( | ) |
void Family | ( | FontFamily | value | ) |
FontStyle Style | ( | ) |
void Style | ( | FontStyle | value | ) |
FontEncoding Encoding | ( | ) |
void Encoding | ( | FontEncoding | value | ) |
FontWeight Weight | ( | ) |
void Weight | ( | FontWeight | value | ) |
bool Underlined | ( | ) |
void Underlined | ( | bool | value | ) |
string FaceName | ( | ) |
void FaceName | ( | string | value | ) |
string FamilyString | ( | ) |
string StyleString | ( | ) |
string WeightString | ( | ) |
bool IsFixedWidth | ( | ) |
bool Ok | ( | ) |
IntPtr NativeFontInfo | ( | ) |
string NativeFontInfoUserDesc | ( | ) |
string NativeFontInfoDesc | ( | ) |
static Font New | ( | string | strNativeFontDesc | ) | [static] |
Object Clone | ( | ) |
Implements ICloneable.
static wxObject New | ( | IntPtr | ptr | ) | [static] |
Font wxNullFont [static] |