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
UNFITTEDUnfitted, Use scaled but un-grid-fitted kerning distances.FITTEDFitted, Use scaled and grid-fitted kerning distances.
Type: enum in [‘UNFITTED’, ‘FITTED’], default ‘UNFITTED’
-
points¶ Type: int in [6, 48], default 0
-
shadow¶ Shadow size (0, 3 and 5 supported)
Type: int in [0, 5], default 0
-
shadow_alpha¶ Type: float in [0, 1], default 0.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
-
shadow_value¶ Shadow color in gray value
Type: float in [0, 1], default 0.0
-
Inherited Properties
Inherited Functions
References