From c5c31a2030af325fab30ef3e2f30bf37e88960a9 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 13 Feb 2020 10:43:35 +0800 Subject: [PATCH] tune description words --- include/gdi.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/gdi.h b/include/gdi.h index fa0fa79c..eb714c35 100644 --- a/include/gdi.h +++ b/include/gdi.h @@ -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.