#include <font.hpp>
Definition at line 102 of file font.hpp.
◆ abstract_type
◆ point_size
◆ font_info() [1/5]
neogfx::font_info::font_info |
( |
| ) |
|
◆ font_info() [2/5]
neogfx::font_info::font_info |
( |
std::string const & |
aFamilyName, |
|
|
font_style |
aStyle, |
|
|
point_size |
aSize |
|
) |
| |
◆ font_info() [3/5]
neogfx::font_info::font_info |
( |
std::string const & |
aFamilyName, |
|
|
std::string const & |
aStyleName, |
|
|
point_size |
aSize |
|
) |
| |
◆ font_info() [4/5]
neogfx::font_info::font_info |
( |
std::string const & |
aFamilyName, |
|
|
font_style |
aStyle, |
|
|
std::string const & |
aStyleName, |
|
|
point_size |
aSize |
|
) |
| |
◆ font_info() [5/5]
neogfx::font_info::font_info |
( |
const font_info & |
aOther | ) |
|
◆ ~font_info()
virtual neogfx::font_info::~font_info |
( |
| ) |
|
|
virtual |
◆ disable_kerning()
virtual void neogfx::font_info::disable_kerning |
( |
| ) |
|
|
virtual |
◆ enable_kerning()
virtual void neogfx::font_info::enable_kerning |
( |
| ) |
|
|
virtual |
◆ family_name()
virtual std::string const& neogfx::font_info::family_name |
( |
| ) |
const |
|
virtual |
◆ kerning()
virtual bool neogfx::font_info::kerning |
( |
| ) |
const |
|
virtual |
◆ operator!=()
bool neogfx::font_info::operator!= |
( |
const font_info & |
aRhs | ) |
const |
◆ operator<()
bool neogfx::font_info::operator< |
( |
const font_info & |
aRhs | ) |
const |
◆ operator=()
◆ operator==()
bool neogfx::font_info::operator== |
( |
const font_info & |
aRhs | ) |
const |
◆ set_underline()
virtual void neogfx::font_info::set_underline |
( |
bool |
aUnderline | ) |
|
|
virtual |
◆ size()
virtual point_size neogfx::font_info::size |
( |
| ) |
const |
|
virtual |
◆ style()
virtual font_style neogfx::font_info::style |
( |
| ) |
const |
|
virtual |
◆ style_available()
virtual bool neogfx::font_info::style_available |
( |
| ) |
const |
|
virtual |
◆ style_name()
virtual std::string const& neogfx::font_info::style_name |
( |
| ) |
const |
|
virtual |
◆ style_name_available()
virtual bool neogfx::font_info::style_name_available |
( |
| ) |
const |
|
virtual |
◆ underline()
virtual bool neogfx::font_info::underline |
( |
| ) |
const |
|
virtual |
◆ weight()
virtual font_weight neogfx::font_info::weight |
( |
| ) |
const |
|
virtual |
◆ weight_from_style()
◆ weight_from_style_name()
static font_weight neogfx::font_info::weight_from_style_name |
( |
std::string |
aStyleName | ) |
|
|
static |
◆ with_size()
◆ with_style()
◆ with_underline()
font_info neogfx::font_info::with_underline |
( |
bool |
aUnderline | ) |
const |
The documentation for this class was generated from the following file: