tune description words

This commit is contained in:
Vincent Wei
2020-02-13 10:43:35 +08:00
parent a0d747fcc6
commit c5c31a2030

View File

@@ -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.