mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
fix a potential bug: reserve key when creating logfont by calling CreateLogFontIndirect
This commit is contained in:
+1
-1
@@ -6624,7 +6624,7 @@ MG_EXPORT void GUIAPI TermVectorialFonts (void);
|
||||
* size expected.
|
||||
* \param rotation The rotation of the logical font, it is in units of
|
||||
* tenth degrees. Note that you can specify rotation only for
|
||||
* TrueType and Adobe Type1 fonts.
|
||||
* vector fonts (use FreeType2 font engine).
|
||||
* \return The pointer to the logical font created, NULL on error.
|
||||
*
|
||||
* \sa CreateLogFontIndirect, CreateLogFontByName, SelectFont
|
||||
|
||||
Reference in New Issue
Block a user