#include <QDate>#include <QFont>#include <QList>#include <QString>#include <QStringList>#include <Qt>#include <QtGlobal>#include <QCoreApplication>Go to the source code of this file.
Classes | |
| struct | TextLine |
| The TextLine struct holds the information about one text line. More... | |
| class | VTextManager |
| The VTextManager class this class is used to determine whether a collection of text lines can fit into specified bounding box and with what font size. More... | |
Macros | |
| #define | MIN_FONT_SIZE 5 |
| #define | MAX_FONT_SIZE 128 |
| #define MAX_FONT_SIZE 128 |
Definition at line 45 of file vtextmanager.h.
| #define MIN_FONT_SIZE 5 |
Definition at line 44 of file vtextmanager.h.