Blender Git Commit Log
Git Commits -> Revision 34029fc
Revision 34029fc by Brecht Van Lommel (master) August 21, 2018, 17:07 (GMT) |
UI: disable new text hinting from D3201 by default for now. This changes the text hinting setting to be an enum with options Auto / None / Slight / Full. The default is Auto which currently disables hinting. The hinting was tested with a new FreeType version, but this is not what is used on the buildbots an official release environment, and the fonts look quite bad because of that. Once FreeType has been upgraded we can change the default. Even then the results are not ideal, perhaps due to missing subpixel positioning and linear color blending support in BLF. |
Commit Details:
Full Hash: 34029fc71a3cc7e69f977462d4b3f09eb10ccca2
Parent Commit: abc4beb
Lines Changed: +58, -25
6 Modified Paths:
/release/scripts/startup/bl_ui/space_userpref.py (+4, -3) (Diff)
/source/blender/blenfont/BLF_api.h (+5, -3) (Diff)
/source/blender/blenfont/intern/blf_glyph.c (+17, -4) (Diff)
/source/blender/editors/interface/interface_style.c (+15, -10) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+5, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+12, -3) (Diff)
/source/blender/blenfont/BLF_api.h (+5, -3) (Diff)
/source/blender/blenfont/intern/blf_glyph.c (+17, -4) (Diff)
/source/blender/editors/interface/interface_style.c (+15, -10) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+5, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+12, -3) (Diff)