Closed
Description
Goal
Our goal of having text component is to improve the developing experience instead of actually replacing the native text component with our own which have a dedicated rendering system (we probably will not do that before v2).
Current DefinedText
still uses native Text
inside for having a better performance and optimization. (It will be 100% better than I make a toy one, at least before v2)
Design Notes
- The origin
Text
should also be going to support ourDefinedTextPreset
.
Core Todo
- Defined Text Preset System -
DefinedTextPreset
Needed API
- Content Color Modifier
- Content Color Pattern Modifier
- Font Modifier
- Font Size Modifier
- Font Spec Modifier
- Font Weight Modifier
- Preset Modifier