UI: use text hinting (now user preference)

D3201 by @ambient w/ edits not to impact fonts used for rendering
(only change display for UI text).
This commit is contained in:
Campbell Barton
2018-07-31 16:05:31 +10:00
parent 1195a4a040
commit 18888b7b0c
4 changed files with 32 additions and 1 deletions

View File

@@ -539,6 +539,8 @@ class USERPREF_PT_system(Panel):
col.label(text="Text Draw Options:")
col.prop(system, "use_text_antialiasing")
if system.use_text_antialiasing:
col.prop(system, "use_text_hinting")
col.separator()