![]() |
API Documentation
|
A series of widgets that allow the user to adjust a font. Supports choosing a font, setting a size, bolding, underlining, etc. More...
#include <FontEditor.h>
Signals | |
| void | fontEdited () |
Public Member Functions | |
| FontEditor (QWidget *parent) | |
| Font | getFont () const |
| void | setFont (const Font &font) |
| void | setFontID (const String &app_font) |
Protected Slots | |
| void | fontEditedSlot () |
Protected Attributes | |
| String | m_app_font |
| Ui::FontEditorUI * | ui |
A series of widgets that allow the user to adjust a font. Supports choosing a font, setting a size, bolding, underlining, etc.
| FontEditor | ( | QWidget * | parent | ) |
|
signal |
|
protectedslot |
| Font getFont | ( | ) | const |
| void setFont | ( | const Font & | font | ) |
| void setFontID | ( | const String & | app_font | ) |
|
protected |
|
protected |