3#include <NDEVR/String.h>
void fontEdited()
Emitted when the font has been modified by the user.
QFont getQFont() const
Returns the currently configured font as a QFont.
Font getFont() const
Returns the currently configured Font.
Ui::FontEditorUI * ui
The auto-generated UI form.
Font m_last_font
The last font set, used for change detection.
bool m_is_updating
Guard flag to prevent recursive updates.
void showColorOption(bool show_color)
Sets whether the color editing option is visible.
FontEditor(QWidget *parent)
Constructs a FontEditor widget.
String m_app_font
The application font ID string.
void setFontID(const StringView &app_font)
Sets the font by its application font ID string.
void setFont(const Font &font)
Sets the font to display and edit.
void fontEditedSlot()
Slot called when the user edits the font through the UI.
Information for how to display text data.
The core String View class for the NDEVR API.
The core String class for the NDEVR API.
The primary namespace for the NDEVR SDK.