|
|
| FontData (const FontSettings &s) |
|
| FontData (const FontData &)=default |
|
| FontData (FontData &&) noexcept=default |
|
FontData & | operator= (const FontData &)=default |
|
FontData & | operator= (FontData &&) noexcept=default |
| virtual const std::filesystem::path & | getFontFace () const override |
| virtual int | getFontSize () const override |
| virtual float | getLineSpacing () const override |
| virtual vec2 | getAnchorPos () const override |
|
|
std::filesystem::path | fontFace = font::getFont(font::FontType::Default) |
|
int | fontSize = 14 |
|
float | lineSpacing = 0.0f |
|
vec2 | anchorPos = vec2(-1.0f) |
◆ getAnchorPos()
| virtual vec2 inviwo::FontData::getAnchorPos |
( |
| ) |
const |
|
overridevirtual |
◆ getFontFace()
| virtual const std::filesystem::path & inviwo::FontData::getFontFace |
( |
| ) |
const |
|
overridevirtual |
◆ getFontSize()
| virtual int inviwo::FontData::getFontSize |
( |
| ) |
const |
|
overridevirtual |
◆ getLineSpacing()
| virtual float inviwo::FontData::getLineSpacing |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: