@esengine/nova-ecs-render-core - v1.0.1
Preparing search index...
TextStyle
Interface TextStyle
Text drawing style 文本绘制样式
interface
TextStyle
{
color
:
Color
;
fontFamily
?:
string
;
fontSize
:
Fixed
;
fontStyle
?:
"normal"
|
"italic"
|
"oblique"
;
fontWeight
?:
"normal"
|
"bold"
|
"lighter"
|
"bolder"
;
textAlign
?:
"left"
|
"center"
|
"right"
;
textBaseline
?:
"top"
|
"middle"
|
"bottom"
|
"alphabetic"
;
}
Index
Properties
color
font
Family?
font
Size
font
Style?
font
Weight?
text
Align?
text
Baseline?
Properties
color
color
:
Color
Optional
font
Family
fontFamily
?:
string
font
Size
fontSize
:
Fixed
Optional
font
Style
fontStyle
?:
"normal"
|
"italic"
|
"oblique"
Optional
font
Weight
fontWeight
?:
"normal"
|
"bold"
|
"lighter"
|
"bolder"
Optional
text
Align
textAlign
?:
"left"
|
"center"
|
"right"
Optional
text
Baseline
textBaseline
?:
"top"
|
"middle"
|
"bottom"
|
"alphabetic"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
color
font
Family
font
Size
font
Style
font
Weight
text
Align
text
Baseline
@esengine/nova-ecs-render-core - v1.0.1
Loading...
Text drawing style 文本绘制样式