Graphics::TextObject::FontElement Class Reference
#include <Object.h>
Inheritance diagram for Graphics::TextObject::FontElement:
Collaboration diagram for Graphics::TextObject::FontElement:
Public Member Functions | |
FontElement (const TypeFace &typeface, Scale scale, FontStyles style) | |
void | write (MetaWriter &meta) const override |
uint16_t | height () const |
![]() | |
Element (Kind kind) | |
String | getTypeStr () const |
![]() | |
Element * | getNext () const |
bool | insertAfter (Element *object) |
Iterator | begin () const |
Iterator | end () const |
Iterator | cbegin () const |
Iterator | cend () const |
![]() | |
virtual | ~LinkedObject () |
virtual LinkedObject * | next () const |
bool | insertAfter (LinkedObject *object) |
bool | operator== (const LinkedObject &other) const |
bool | operator!= (const LinkedObject &other) const |
Public Attributes | |
Scale | scale |
FontStyles | style |
const TypeFace & | typeface |
![]() | |
Kind | kind |
Additional Inherited Members | |
![]() | |
enum class | Kind : uint8_t { XX } |
using | OwnedList = OwnedLinkedObjectListTemplate< Element > |
![]() | |
using | Iterator = IteratorTemplate< Element, Element *, Element & > |
using | ConstIterator = IteratorTemplate< const Element, const Element *, const Element & > |
Constructor & Destructor Documentation
◆ FontElement()
|
inline |
Member Function Documentation
◆ height()
|
inline |
◆ write()
|
inlineoverridevirtual |
Implements Graphics::TextObject::Element.
Member Data Documentation
◆ scale
Scale Graphics::TextObject::FontElement::scale |
◆ style
FontStyles Graphics::TextObject::FontElement::style |
◆ typeface
const TypeFace& Graphics::TextObject::FontElement::typeface |
The documentation for this class was generated from the following file: