You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`FontWeight` can be an enum member (e.g., `FontWeight.BOLD`) or an integer from 100 to 900.
90
90
91
+
## Text Shaping
92
+
93
+
`PicTex` includes advanced text shaping capabilities that improve text rendering quality through kerning, ligatures, and complex script support. This feature is automatically enabled and works behind the scenes to provide professional typography.
94
+
95
+
### Kerning
96
+
97
+
Kerning automatically adjusts the spacing between specific character pairs for better visual balance. For example, characters like "AV", "TY", or "Wo" will have optimized spacing.
98
+
99
+
### Ligatures
100
+
101
+
When using fonts that support ligatures, character sequences are automatically replaced with single, specially designed glyphs for improved readability.
`PicTex` fully supports multi-line text using newline characters (`\n`). Additionally, text can automatically wrap when placed in containers with fixed widths.
0 commit comments