Defines a group of type faces having a similar basic design and certain variations in styles. This class cannot be inherited.
Defines a group of type faces having a similar basic design and certain variations in styles....
Definition font_family.h:38
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
- Inheritance
- xtd::object → xtd::drawing::font_family
- Namespace
- xtd::drawing
- Library
- xtd.drawing
- Examples
- font_families.cpp.
|
bool | equals (const font_family &value) const noexcept override |
|
int32 | get_cell_ascent (font_style style) const |
| Returns the cell ascent, in design units, of the font_family of the specified style.
|
|
int32 | get_cell_descent (font_style style) const |
| Returns the cell descent, in design units, of the font_family of the specified style.
|
|
int32 | get_em_height (font_style style) const noexcept |
| Gets the height, in font design units, of the em square for the specified style.
|
|
int32 | get_line_spacing (font_style style) const |
| Returns the line spacing, in design units, of the font_family of the specified style. The line spacing is the vertical distance between the base lines of two consecutive lines of text.
|
|
xtd::string | get_name (int32 language) const |
| Returns the name, in the specified language, of this font_family.
|
|
bool | is_style_available (font_style style) const |
| Indicates whether the specified font_style enumeration is available.
|
|
xtd::string | to_string () const noexcept override |
| Converts this font_family to a human-readable string representation.
|
|
virtual bool | equals (const object &obj) const noexcept |
| Determines whether the specified object is equal to the current object.
|
|
template<typename object_a_t , typename object_b_t > |
static bool | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
| Determines whether the specified object instances are considered equal.
|
|
|
| object ()=default |
| Create a new instance of the ultimate base class object.
|
|
virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type.
|
|
virtual type_object | get_type () const noexcept |
| Gets the type of the current instance.
|
|
template<typename object_t > |
xtd::uptr< object_t > | memberwise_clone () const |
| Creates a shallow copy of the current object.
|
|
virtual bool | equals (const font_family &) const noexcept=0 |
| Indicates wheth er the current object is equal to another object of the same type.
|
|
template<typename object_a_t , typename object_b_t > |
static bool | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
| Determines whether the specified object instances are considered equal.
|
|
template<typename object_a_t , typename object_b_t > |
static bool | reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
| Determines whether the specified object instances are the same instance.
|
|
The documentation for this class was generated from the following file: