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 |
|
| ppl7::grafix::Font::Font |
( |
| ) |
|
| ppl7::grafix::Font::Font |
( |
const Font & |
other | ) |
|
| bool ppl7::grafix::Font::antialias |
( |
| ) |
const |
| bool ppl7::grafix::Font::bold |
( |
| ) |
const |
| Color ppl7::grafix::Font::borderColor |
( |
| ) |
const |
| Rect ppl7::grafix::Font::boundary |
( |
const String & |
text, |
|
|
int |
x = 0, |
|
|
int |
y = 0 |
|
) |
| const |
| Color ppl7::grafix::Font::color |
( |
| ) |
const |
| bool ppl7::grafix::Font::drawBorder |
( |
| ) |
const |
| bool ppl7::grafix::Font::drawShadow |
( |
| ) |
const |
| bool ppl7::grafix::Font::drawUnderline |
( |
| ) |
const |
| bool ppl7::grafix::Font::italic |
( |
| ) |
const |
| Size ppl7::grafix::Font::measure |
( |
const String & |
text | ) |
const |
| bool ppl7::grafix::Font::monospace |
( |
| ) |
const |
| const String & ppl7::grafix::Font::name |
( |
| ) |
const |
| Font & ppl7::grafix::Font::operator= |
( |
const Font & |
other | ) |
|
| double ppl7::grafix::Font::rotation |
( |
| ) |
const |
| void ppl7::grafix::Font::setAntialias |
( |
bool |
enable | ) |
|
| void ppl7::grafix::Font::setBold |
( |
bool |
enable | ) |
|
| void ppl7::grafix::Font::setBorderColor |
( |
const Color & |
c | ) |
|
| void ppl7::grafix::Font::setColor |
( |
const Color & |
c | ) |
|
| void ppl7::grafix::Font::setColors |
( |
const Color & |
Foreground, |
|
|
const Color & |
Border, |
|
|
const Color & |
Shadow |
|
) |
| |
| void ppl7::grafix::Font::setDrawBorder |
( |
bool |
enable | ) |
|
| void ppl7::grafix::Font::setDrawShadow |
( |
bool |
enable | ) |
|
| void ppl7::grafix::Font::setDrawUnderline |
( |
bool |
enable | ) |
|
| void ppl7::grafix::Font::setItalic |
( |
bool |
enable | ) |
|
| void ppl7::grafix::Font::setMonospace |
( |
bool |
enable | ) |
|
| int ppl7::grafix::Font::setName |
( |
const String & |
name | ) |
|
| void ppl7::grafix::Font::setOrientation |
( |
Orientation |
o | ) |
|
| void ppl7::grafix::Font::setRotation |
( |
double |
degrees | ) |
|
| void ppl7::grafix::Font::setShadowColor |
( |
const Color & |
c | ) |
|
| void ppl7::grafix::Font::setSize |
( |
int |
size | ) |
|
| Color ppl7::grafix::Font::shadowColor |
( |
| ) |
const |
| int ppl7::grafix::Font::size |
( |
| ) |
const |
| bool operator!= |
( |
const Font & |
f1, |
|
|
const Font & |
f2 |
|
) |
| |
|
friend |
| bool operator== |
( |
const Font & |
f1, |
|
|
const Font & |
f2 |
|
) |
| |
|
friend |
| Color ppl7::grafix::Font::cBorder |
|
private |
| Color ppl7::grafix::Font::cForeground |
|
private |
| Color ppl7::grafix::Font::cShadow |
|
private |
| ppluint8 ppl7::grafix::Font::flags |
|
private |
| ppluint16 ppl7::grafix::Font::fontSize |
|
private |
| String ppl7::grafix::Font::Name |
|
private |
| ppluint8 ppl7::grafix::Font::ori |
|
private |
| double ppl7::grafix::Font::rotationDegrees |
|
private |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien:
- /jenkins/jobs/clang_ppl7/workspace/include/ppl7-grafix.h
- /jenkins/jobs/clang_ppl7/workspace/src/grafix/Fonts.cpp