ThemeFontStyle(bpy_struct)

base class — bpy_struct

class bpy.types.ThemeFontStyle(bpy_struct)

Theme settings for Font

font_kerning_style

Which style to use for font kerning

Type :enum in [‘UNFITTED’, ‘DEFAULT’], default ‘UNFITTED’
points
Type :int in [6, 48], default 0
shadow

Shadow size in pixels (0, 3 and 5 supported)

Type :int in [0, 5], default 0
shadow_offset_x

Shadow offset in pixels

Type :int in [-10, 10], default 0
shadow_offset_y

Shadow offset in pixels

Type :int in [-10, 10], default 0
shadowalpha
Type :float in [0, 1], default 0.0
shadowcolor

Shadow color in grey value

Type :float in [0, 1], default 0.0

Inherited Properties

Inherited Functions

References

Previous topic

ThemeFileBrowser(bpy_struct)

Next topic

ThemeGraphEditor(bpy_struct)