![]() |
LuciadCPillar 2024.1.05
|
A class holding the configuration of a font. More...
#include <luciad/text/Fonts.h>
Classes | |
class | Builder |
This builder allows you to create a FontConfig instance that can be registered using Fonts::registerFont . More... | |
Public Member Functions | |
const std::string & | getFontName () const |
Returns the name of the font. More... | |
Static Public Member Functions | |
static Builder | newBuilder () |
Creates a FontBuilder which can be used to specify more complex fonts. More... | |
A class holding the configuration of a font.
It must first be registered
before it can be used.
const std::string & luciad::FontConfig::getFontName | ( | ) | const |
Returns the name of the font.
|
static |
Creates a FontBuilder which can be used to specify more complex fonts.