Seamly2D
Code documentation
vtextmanager.h File Reference
#include <QDate>
#include <QFont>
#include <QList>
#include <QString>
#include <QStringList>
#include <Qt>
#include <QtGlobal>
#include <QCoreApplication>
Include dependency graph for vtextmanager.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ MAX_FONT_SIZE

#define MAX_FONT_SIZE   128

Definition at line 45 of file vtextmanager.h.

◆ MIN_FONT_SIZE

#define MIN_FONT_SIZE   5

Definition at line 44 of file vtextmanager.h.