From e6bb4fa05f4f153cecea36117275d5ac0f090241 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Sun, 13 Jan 2019 14:24:14 +0800 Subject: [PATCH] tune RELEASE NOTES --- RELEASE-NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f989ba67..c779c329 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -43,6 +43,8 @@ Please report any bugs and incompatibilities in * BUGFIXING: 1. handle `PNG_COLOR_TYPE_GRAY_ALPHA` color type of PNG files. 1. Fix a bug to free a null pointer (ReleaseDC). + 1. No need to make the pitch of FT2 monobitmap is single-byte aligned. + This bug may generate dirty dots for monobitmap glyph from TTF. * TUNNING: 1. Tune GLYPHINFO structure and GetGlyphInfo to return BIDI glyph type.