@connectedxm/zpl-generator 0.0.3 → 0.0.4-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -199,7 +199,7 @@ Displays text with configurable font, size, alignment, and wrapping.
|
|
|
199
199
|
|
|
200
200
|
**Vertical Alignment:**
|
|
201
201
|
- `VerticalAlignment.Start`: Text starts at the top of the field
|
|
202
|
-
- `VerticalAlignment.End`: Text is aligned to the bottom (
|
|
202
|
+
- `VerticalAlignment.End`: Text is aligned to the bottom (uses only the lines needed, no line-break padding)
|
|
203
203
|
|
|
204
204
|
**Word Widths:**
|
|
205
205
|
For accurate text wrapping with proportional fonts, provide `wordWidths`:
|