#include <primitives.hpp>
|
template<typename InkType , typename PaperType > |
| text_appearance (const InkType &aInk, const PaperType &aPaper, const optional_text_effect &aEffect) |
|
template<typename InkType , typename PaperType > |
| text_appearance (const InkType &aInk, const PaperType &aPaper, const text_effect &aEffect) |
|
template<typename InkType > |
| text_appearance (const InkType &aInk, const optional_text_effect &aEffect) |
|
template<typename InkType > |
| text_appearance (const InkType &aInk, const text_effect &aEffect) |
|
template<typename InkType , typename PaperType > |
| text_appearance (const InkType &aInk, const PaperType &aPaper) |
|
template<typename InkType > |
| text_appearance (const InkType &aInk) |
|
bool | operator== (const text_appearance &aRhs) const |
|
bool | operator!= (const text_appearance &aRhs) const |
|
const text_color & | ink () const |
|
const optional_text_color & | paper () const |
|
const optional_text_effect & | effect () const |
|
bool | only_calculate_effect () const |
|
text_appearance | with_ink (const text_color &aInk) const |
|
text_appearance | with_paper (const optional_text_color &aPaper) const |
|
text_appearance | with_effect (const optional_text_effect &aEffect) const |
|
text_appearance | with_alpha (color::component aAlpha) const |
|
text_appearance | with_alpha (double aAlpha) const |
|
text_appearance | with_only_effect_calculation () const |
|
Definition at line 280 of file primitives.hpp.
◆ text_appearance() [1/6]
template<typename InkType , typename PaperType >
neogfx::text_appearance::text_appearance |
( |
const InkType & |
aInk, |
|
|
const PaperType & |
aPaper, |
|
|
const optional_text_effect & |
aEffect |
|
) |
| |
|
inline |
◆ text_appearance() [2/6]
template<typename InkType , typename PaperType >
neogfx::text_appearance::text_appearance |
( |
const InkType & |
aInk, |
|
|
const PaperType & |
aPaper, |
|
|
const text_effect & |
aEffect |
|
) |
| |
|
inline |
◆ text_appearance() [3/6]
template<typename InkType >
neogfx::text_appearance::text_appearance |
( |
const InkType & |
aInk, |
|
|
const optional_text_effect & |
aEffect |
|
) |
| |
|
inline |
◆ text_appearance() [4/6]
template<typename InkType >
neogfx::text_appearance::text_appearance |
( |
const InkType & |
aInk, |
|
|
const text_effect & |
aEffect |
|
) |
| |
|
inline |
◆ text_appearance() [5/6]
template<typename InkType , typename PaperType >
neogfx::text_appearance::text_appearance |
( |
const InkType & |
aInk, |
|
|
const PaperType & |
aPaper |
|
) |
| |
|
inline |
◆ text_appearance() [6/6]
template<typename InkType >
neogfx::text_appearance::text_appearance |
( |
const InkType & |
aInk | ) |
|
|
inline |
◆ effect()
◆ ink()
const text_color& neogfx::text_appearance::ink |
( |
| ) |
const |
|
inline |
◆ only_calculate_effect()
bool neogfx::text_appearance::only_calculate_effect |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool neogfx::text_appearance::operator!= |
( |
const text_appearance & |
aRhs | ) |
const |
|
inline |
◆ operator==()
bool neogfx::text_appearance::operator== |
( |
const text_appearance & |
aRhs | ) |
const |
|
inline |
◆ paper()
◆ with_alpha() [1/2]
◆ with_alpha() [2/2]
◆ with_effect()
◆ with_ink()
◆ with_only_effect_calculation()
text_appearance neogfx::text_appearance::with_only_effect_calculation |
( |
| ) |
const |
|
inline |
◆ with_paper()
The documentation for this class was generated from the following file: