TextRenderMode
此内容尚不支持你的语言。
constTextRenderMode:object
Defined in: ui/core/text.ts:28
Glyph pipeline for a Text.
Type Declaration
Section titled “Type Declaration”
readonlyAuto:0=0
Hinted bitmap while the entity is unscaled, SDF once it scales.
Bitmap
Section titled “Bitmap”
readonlyBitmap:1=1
Canvas2D native AA at the on-screen pixel size. Sharpest when static.
readonlySdf:2=2
Signed-distance field — a stable ~1px edge at any scale/zoom.