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:
committed by
Harley Acheson
parent
b18810d2aa
commit
0bde01eab5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user