Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
void | AddFont (Font font) |
void | RemoveFont (Font font) |
Font | FindOrCreateFont (int pointSize, int family, int style, int weight) |
Font | FindOrCreateFont (int pointSize, int family, int style, int weight, bool underline) |
Font | FindOrCreateFont (int pointSize, int family, int style, int weight, bool underline, string face) |
Font | FindOrCreateFont (int pointSize, int family, int style, int weight, bool underline, string face, FontEncoding encoding) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
void AddFont | ( | Font | font | ) |
void RemoveFont | ( | Font | font | ) |
Font FindOrCreateFont | ( | int | pointSize, | |
int | family, | |||
int | style, | |||
int | weight | |||
) |
Font FindOrCreateFont | ( | int | pointSize, | |
int | family, | |||
int | style, | |||
int | weight, | |||
bool | underline | |||
) |
Font FindOrCreateFont | ( | int | pointSize, | |
int | family, | |||
int | style, | |||
int | weight, | |||
bool | underline, | |||
string | face | |||
) |
Font FindOrCreateFont | ( | int | pointSize, | |
int | family, | |||
int | style, | |||
int | weight, | |||
bool | underline, | |||
string | face, | |||
FontEncoding | encoding | |||
) |