Class: ewol::GlyphProperty
Constructor and Destructor:
+ GlyphProperty (void);
Synopsis:
+ float kerningGet (const char32_t _charcode);
+ void kerningAdd (const char32_t _charcode,
float _value);
+ void kerningClear (void);
+ bool exist (void);
+ void setNotExist (void);
Description:
/** * @not-in-doc */Detail:
ewol::GlyphProperty ()
GlyphProperty(void);
kerningGet ()
float kerningGet(const char32_t _charcode);
kerningAdd ()
void kerningAdd(const char32_t _charcode,
float _value);
kerningClear ()
void kerningClear(void);
exist ()
bool exist(void);
get the status of the char, if it exist or not in the FONT
Return: true if the char is availlable, false otherwise
setNotExist ()
void setNotExist(void);
set the element doen not exist !!!
ewol::GlyphProperty ()
GlyphProperty(void);
kerningGet ()
float kerningGet(const char32_t _charcode);
kerningAdd ()
void kerningAdd(const char32_t _charcode, float _value);
kerningClear ()
void kerningClear(void);
exist ()
bool exist(void);
get the status of the char, if it exist or not in the FONT
-
Return: true if the char is availlable, false otherwise
setNotExist ()
void setNotExist(void);
set the element doen not exist !!!