From 2c98ef96da7d8b57d4897b032471e0c9c282d887 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Sat, 19 Jan 2019 14:24:26 +0800 Subject: [PATCH] tune release notes --- RELEASE-NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b89075da..883042ea 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -117,6 +117,9 @@ of a glyph string which can fit in a line with the specified maximal extent. * `DrawGlyphStringEx` function draws a glyph string to the specific positions of a DC. +* `CreateLogFontIndirectEx` creates a new LOGFONT by using the value of +an existed LOGFONT but with a new rotation value. + #### Others * Support for FreeType1 removed.