text fitting pro feature
This commit is contained in:
@@ -4,6 +4,7 @@ Core functionality for generating texture images with text overlays.
|
||||
"""
|
||||
|
||||
import bpy
|
||||
from ..utils.constants import has_text_fitting
|
||||
|
||||
def generate_texture_image(props, width, height):
|
||||
pass
|
||||
@@ -102,7 +103,7 @@ def generate_texture_image(props, width, height):
|
||||
|
||||
# Determine font size (with text fitting if enabled)
|
||||
font_size = props.font_size
|
||||
if props.enable_text_fitting:
|
||||
if props.enable_text_fitting and has_text_fitting():
|
||||
pass
|
||||
|
||||
# Try to load font for sizing
|
||||
|
||||
Reference in New Issue
Block a user