remove multiline

This commit is contained in:
2025-10-13 00:10:24 +02:00
parent 97950f44c1
commit ad55572aa8
21 changed files with 112 additions and 943 deletions

View File

@@ -31,12 +31,13 @@ Comprehensive test suite for the Text Texture Generator Blender addon, focusing
- Text that fits within constraints
- Text requiring wrapping
- Single word too long edge case
- **TestProcessMultilineText** (4 tests)
- **TestProcessTextContent** (5 tests)
- Single line processing
- Multiline text handling
- Height limit constraints
- Empty text edge cases
- Newline normalization
- Multiple newline collapsing
- Mixed whitespace handling
- Empty string handling
- No-newline passthrough
- **TestCalculateTextMetrics** (2 tests)
@@ -138,7 +139,7 @@ Comprehensive test suite for the Text Texture Generator Blender addon, focusing
### Core Algorithms
✅ Text wrapping and multiline processing
✅ Text wrapping and newline normalization
✅ Largest rectangle in histogram algorithm
✅ Text positioning and alignment
✅ Optimal font size calculation