mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
tune description words
This commit is contained in:
@@ -7498,14 +7498,12 @@ MG_EXPORT void GUIAPI GetGlyphBitmap (LOGFONT* log_font,
|
||||
* \return TRUE on success, FALSE on error.
|
||||
*
|
||||
* \note Only defined for non-threads runmode. If your MiniGUI configured as
|
||||
* MiniGUI-Threads, no need to initialize TrueType and Type1 font
|
||||
* renderer explicitly.
|
||||
* MiniGUI-Threads, no need to initialize FreeType font engines explicitly.
|
||||
*
|
||||
* \sa TermVectorialFonts
|
||||
*/
|
||||
MG_EXPORT BOOL GUIAPI InitVectorialFonts (void);
|
||||
|
||||
|
||||
/**
|
||||
* \fn void GUIAPI TermVectorialFonts (void)
|
||||
* \brief Terminates vectorial font renderer.
|
||||
|
||||
Reference in New Issue
Block a user