refactor font api
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9fc659b652
commit
0de09207a4
31 changed files with 12209 additions and 6149 deletions
|
|
@ -42,6 +42,26 @@ MWDECL unsigned char MwBoldTTFData[];
|
|||
*/
|
||||
MWDECL unsigned int MwBoldTTFDataSize;
|
||||
|
||||
/*!
|
||||
* @brief Default monospace TTF font data
|
||||
*/
|
||||
MWDECL unsigned char MwMonospaceTTFData[];
|
||||
|
||||
/*!
|
||||
* @brief Default monospace TTF font size
|
||||
*/
|
||||
MWDECL unsigned int MwMonospaceTTFDataSize;
|
||||
|
||||
/*!
|
||||
* @brief Default bold monospace TTF font data
|
||||
*/
|
||||
MWDECL unsigned char MwBoldMonospaceTTFData[];
|
||||
|
||||
/*!
|
||||
* @brief Default bold monospace TTF font size
|
||||
*/
|
||||
MWDECL unsigned int MwBoldMonospaceTTFDataSize;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue