Repräsentiert die verschiedenen Parameter eines Fonts.
Mehr ...
| Aufzählungswerte |
|---|
| fBold |
|
| fItalic |
|
| fAntialias |
|
| fDrawBorder |
|
| fDrawShadow |
|
| fUnderline |
|
| fMonospace |
|
| Aufzählungswerte |
|---|
| LEFT |
|
| MIDDLE |
|
| RIGHT |
|
| TOP |
|
| BOTTOM |
|
| BASE |
|
| ppl6::grafix::CFont::CFont |
( |
| ) |
|
| ppl6::grafix::CFont::CFont |
( |
const CFont & |
other | ) |
|
| bool ppl6::grafix::CFont::antialias |
( |
| ) |
const |
| bool ppl6::grafix::CFont::bold |
( |
| ) |
const |
| Color ppl6::grafix::CFont::borderColor |
( |
| ) |
const |
| Color ppl6::grafix::CFont::color |
( |
| ) |
const |
| bool ppl6::grafix::CFont::drawBorder |
( |
| ) |
const |
| bool ppl6::grafix::CFont::drawShadow |
( |
| ) |
const |
| bool ppl6::grafix::CFont::drawUnderline |
( |
| ) |
const |
| bool ppl6::grafix::CFont::italic |
( |
| ) |
const |
| Size ppl6::grafix::CFont::measure |
( |
const CWString & |
text | ) |
const |
| Size ppl6::grafix::CFont::measure |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| const |
| bool ppl6::grafix::CFont::monospace |
( |
| ) |
const |
| CString ppl6::grafix::CFont::name |
( |
| ) |
const |
| CFont & ppl6::grafix::CFont::operator= |
( |
const CFont & |
other | ) |
|
| double ppl6::grafix::CFont::rotation |
( |
| ) |
const |
| void ppl6::grafix::CFont::setAntialias |
( |
bool |
enable | ) |
|
| void ppl6::grafix::CFont::setBold |
( |
bool |
enable | ) |
|
| void ppl6::grafix::CFont::setBorderColor |
( |
const Color & |
c | ) |
|
| void ppl6::grafix::CFont::setColor |
( |
const Color & |
c | ) |
|
| void ppl6::grafix::CFont::setColors |
( |
const Color & |
Foreground, |
|
|
const Color & |
Border, |
|
|
const Color |
Shadow |
|
) |
| |
| void ppl6::grafix::CFont::setDrawBorder |
( |
bool |
enable | ) |
|
| void ppl6::grafix::CFont::setDrawShadow |
( |
bool |
enable | ) |
|
| void ppl6::grafix::CFont::setDrawUnderline |
( |
bool |
enable | ) |
|
| void ppl6::grafix::CFont::setItalic |
( |
bool |
enable | ) |
|
| void ppl6::grafix::CFont::setMonospace |
( |
bool |
enable | ) |
|
| int ppl6::grafix::CFont::setName |
( |
const CString & |
name | ) |
|
| void ppl6::grafix::CFont::setOrientation |
( |
Orientation |
o | ) |
|
| void ppl6::grafix::CFont::setRotation |
( |
double |
degrees | ) |
|
| void ppl6::grafix::CFont::setShadowColor |
( |
const Color & |
c | ) |
|
| void ppl6::grafix::CFont::setSize |
( |
int |
size | ) |
|
| Color ppl6::grafix::CFont::shadowColor |
( |
| ) |
const |
| int ppl6::grafix::CFont::size |
( |
| ) |
const |
| bool operator!= |
( |
const CFont & |
f1, |
|
|
const CFont & |
f2 |
|
) |
| |
|
friend |
| bool operator== |
( |
const CFont & |
f1, |
|
|
const CFont & |
f2 |
|
) |
| |
|
friend |
| Color ppl6::grafix::CFont::cBorder |
|
private |
| Color ppl6::grafix::CFont::cForeground |
|
private |
| Color ppl6::grafix::CFont::cShadow |
|
private |
| ppluint8 ppl6::grafix::CFont::flags |
|
private |
| ppluint16 ppl6::grafix::CFont::fontSize |
|
private |
| ppluint8 ppl6::grafix::CFont::ori |
|
private |
| double ppl6::grafix::CFont::rotationDegrees |
|
private |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien:
- /jenkins/jobs/clang_ppl6/workspace/include/ppl6-grafix.h
- /jenkins/jobs/clang_ppl6/workspace/src/grafix6/Fonts.cpp