Rapid Render API
Preparing search index...
ITextStyle
Interface ITextStyle
interface
ITextStyle
{
align
?:
"left"
|
"center"
|
"right"
;
fill
?:
string
|
CanvasGradient
|
CanvasPattern
;
fontFamily
?:
string
;
fontSize
?:
number
;
fontWeight
?:
string
;
lineHeight
?:
number
;
stroke
?:
string
|
CanvasGradient
|
CanvasPattern
;
strokeThickness
?:
number
;
}
Hierarchy (
View Summary
)
ITextStyle
ITextOptions
Index
Properties
align?
fill?
font
Family?
font
Size?
font
Weight?
line
Height?
stroke?
stroke
Thickness?
Properties
Optional
align
align
?:
"left"
|
"center"
|
"right"
Optional
fill
fill
?:
string
|
CanvasGradient
|
CanvasPattern
Optional
font
Family
fontFamily
?:
string
Optional
font
Size
fontSize
?:
number
Optional
font
Weight
fontWeight
?:
string
Optional
line
Height
lineHeight
?:
number
Optional
stroke
stroke
?:
string
|
CanvasGradient
|
CanvasPattern
Optional
stroke
Thickness
strokeThickness
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
align
fill
font
Family
font
Size
font
Weight
line
Height
stroke
stroke
Thickness
Rapid Render API
Loading...