![]() |
Blamite Game Engine - Keystone
00419.04.29.24.1948.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Main window for FontTool. More...
#include <FontToolWindow.h>
Public Member Functions | |
FontToolWindow (std::string _existing_file_path="", QWidget *parent=Q_NULLPTR) | |
Constructs a new FontTool Window. More... | |
~FontToolWindow () | |
Main window for FontTool.
This dialog provides functions to the user, allowing for the extraction/conversion of system fonts into a Blamite font package, in either separate bitmaps or a single atlas texture.
FontToolWindow::FontToolWindow | ( | std::string | _existing_file_path = "" , |
QWidget * | parent = Q_NULLPTR |
||
) |
Constructs a new FontTool Window.
_existing_file_path | - The file path to an existing font package. If left blank, a new font package is created. |
parent | - The parent widget of this window. Defaults to nullptr . |
FontToolWindow::~FontToolWindow | ( | ) |