#include <IFontManager.hpp>
|
virtual | ~IFontManager ()=default |
|
virtual void | getCoordCornerLeftDown (const std::string &text, double x, double y, double heightCharacter, unsigned char justify, double *xCornerLeftDown, double *yCornerLeftDown, double *widthTextOpt, double *heightTextOpt) const =0 |
|
virtual void | getSize (const std::string &text, double heightCharacter, double *widthText, double *heightText) const =0 |
|
virtual void | setWeightFont (iv::eFontWeight fontWeight)=0 |
|
◆ ~IFontManager()
virtual IFontManager::~IFontManager |
( |
| ) |
|
|
virtualdefault |
◆ getCoordCornerLeftDown()
virtual void IFontManager::getCoordCornerLeftDown |
( |
const std::string & | text, |
|
|
double | x, |
|
|
double | y, |
|
|
double | heightCharacter, |
|
|
unsigned char | justify, |
|
|
double * | xCornerLeftDown, |
|
|
double * | yCornerLeftDown, |
|
|
double * | widthTextOpt, |
|
|
double * | heightTextOpt ) const |
|
pure virtual |
◆ getSize()
virtual void IFontManager::getSize |
( |
const std::string & | text, |
|
|
double | heightCharacter, |
|
|
double * | widthText, |
|
|
double * | heightText ) const |
|
pure virtual |
◆ setWeightFont()
The documentation for this class was generated from the following file: