|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Font Class Reference#include <Font.h>
Inheritance diagram for acdk::wx::Font:
List of all members.
Detailed Description
see wxFont
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.5
- Date:
- Date
- 2005/02/06 13:12:12
Constructor & Destructor Documentation
acdk::wx::Font::Font |
( |
|
) |
[inline] |
|
acdk::wx::Font::Font |
( |
int |
size, |
|
|
int |
family, |
|
|
int |
style, |
|
|
int |
weight, |
|
|
bool |
underlined = false, |
|
|
IN(RString) |
face = , |
|
|
FontEncoding |
encoding = FontencodingDefault |
|
) |
[inline] |
|
acdk::wx::Font::Font |
( |
IN(RString) |
fontDesc |
) |
[inline] |
|
Member Function Documentation
RString acdk::wx::Font::getFaceName |
( |
|
) |
const [inline] |
|
int acdk::wx::Font::getFamily |
( |
|
) |
const [inline] |
|
RFont acdk::wx::Font::getItalicFont |
( |
|
) |
[inline, static] |
|
RString acdk::wx::Font::getNativeFontInfoDesc |
( |
|
) |
const [inline] |
|
RString acdk::wx::Font::getNativeFontInfoUserDesc |
( |
|
) |
const [inline] |
|
RFont acdk::wx::Font::getNormalFont |
( |
|
) |
[inline, static] |
|
int acdk::wx::Font::getPointSize |
( |
|
) |
const [inline] |
|
RFont acdk::wx::Font::getSmallFont |
( |
|
) |
[inline, static] |
|
int acdk::wx::Font::getStyle |
( |
|
) |
const [inline] |
|
RFont acdk::wx::Font::getSwissFont |
( |
|
) |
[inline, static] |
|
bool acdk::wx::Font::getUnderlined |
( |
|
) |
const [inline] |
|
int acdk::wx::Font::getWeight |
( |
|
) |
const [inline] |
|
virtual bool acdk::wx::Font::isFixedWidth |
( |
|
) |
const [inline, virtual] |
|
void acdk::wx::Font::setEncoding |
( |
FontEncoding |
encoding |
) |
[inline] |
|
void acdk::wx::Font::setFaceName |
( |
IN(RString) |
faceName |
) |
[inline] |
|
void acdk::wx::Font::setFamily |
( |
int |
family |
) |
[inline] |
|
void acdk::wx::Font::setPointSize |
( |
int |
pointSize |
) |
[inline] |
|
void acdk::wx::Font::setStyle |
( |
int |
style |
) |
[inline] |
|
void acdk::wx::Font::setUnderlined |
( |
bool |
underlined |
) |
[inline] |
|
void acdk::wx::Font::setWeight |
( |
int |
weight |
) |
[inline] |
|
|
|