![]() |
Blamite Game Engine - Keystone
00443.09.01.25.2122.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Main window for FontTool. More...
#include <FontToolWindow.h>
Inheritance diagram for FontToolWindow:
Collaboration diagram for FontToolWindow: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. |
Here is the call graph for this function:| FontToolWindow::~FontToolWindow | ( | ) |