Elaztek Developer Hub
Blamite Game Engine - Keystone  00433.02.16.25.2127.blamite
A library that enables the use of Qt in Blamite's editing tools.
FontToolWindow Class Reference

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 ()
 

Detailed Description

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.

Todo:
Add support for exporting to font package (.bin) files.

Constructor & Destructor Documentation

◆ FontToolWindow()

FontToolWindow::FontToolWindow ( std::string  _existing_file_path = "",
QWidget *  parent = Q_NULLPTR 
)

Constructs a new FontTool Window.

Parameters
_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::~FontToolWindow ( )

The documentation for this class was generated from the following files: