Graphics::LcdFont Class Reference
#include <LcdFont.h>
Inheritance diagram for Graphics::LcdFont:
Collaboration diagram for Graphics::LcdFont:
Public Member Functions | |
String | name () const override |
uint16_t | height () const override |
const TypeFace * | getFace (FontStyles style) const |
![]() | |
void | write (MetaWriter &meta) const override |
![]() | |
virtual Type | type () const override |
Asset () | |
Asset (ID id) | |
![]() | |
Asset () | |
Asset (ID id) | |
bool | operator== (ID id) const |
ID | id () const |
virtual Type | type () const =0 |
virtual String | getTypeStr () const |
![]() | |
Asset * | getNext () const |
bool | insertAfter (Asset *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 |
Additional Inherited Members | |
![]() | |
enum | Type { Type::XX } |
using | List = LinkedObjectListTemplate< Asset > |
using | OwnedList = OwnedLinkedObjectListTemplate< Asset > |
using | ID = AssetID |
![]() | |
using | Iterator = IteratorTemplate< Asset, Asset *, Asset & > |
using | ConstIterator = IteratorTemplate< const Asset, const Asset *, const Asset & > |
![]() | |
static constexpr Asset::Type | assetType |
Member Function Documentation
◆ getFace()
|
inlinevirtual |
Implements Graphics::Font.
◆ height()
|
inlineoverridevirtual |
Implements Graphics::Font.
◆ name()
|
inlineoverridevirtual |
Implements Graphics::Font.
The documentation for this class was generated from the following file: