UI: Configurable UI Font Weight

Allows selecting different font weights in Text Styles

Pull Request: https://projects.blender.org/blender/blender/pulls/112454
This commit is contained in:
Harley Acheson
2023-10-21 00:28:28 +02:00
committed by Harley Acheson
parent b18810d2aa
commit 0bde01eab5
11 changed files with 221 additions and 63 deletions
+1
View File
@@ -1076,6 +1076,7 @@ class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, Panel):
col = flow.column()
col.prop(font_style, "points")
col.prop(font_style, "character_weight", text="Weight")
col = flow.column(align=True)
col.prop(font_style, "shadow_offset_x", text="Shadow Offset X")