Percept
Preparing search index...
View
TextOptions
Interface TextOptions
interface
TextOptions
{
fill
?:
boolean
;
fillColor
?:
string
|
LinearGradient
|
RadialGradient
;
font
?:
string
;
outline
?:
boolean
;
outlineColor
?:
string
|
LinearGradient
|
RadialGradient
;
outlineWidth
?:
number
;
shadowBlur
?:
number
;
shadowColor
?:
string
;
shadowOffset
?:
Vector
;
staticShadow
?:
boolean
;
}
Index
Properties
fill?
fill
Color?
font?
outline?
outline
Color?
outline
Width?
shadow
Blur?
shadow
Color?
shadow
Offset?
static
Shadow?
Properties
Optional
fill
fill
?:
boolean
Optional
fill
Color
fillColor
?:
string
|
LinearGradient
|
RadialGradient
Optional
font
font
?:
string
Optional
outline
outline
?:
boolean
Optional
outline
Color
outlineColor
?:
string
|
LinearGradient
|
RadialGradient
Optional
outline
Width
outlineWidth
?:
number
Optional
shadow
Blur
shadowBlur
?:
number
Optional
shadow
Color
shadowColor
?:
string
Optional
shadow
Offset
shadowOffset
?:
Vector
Optional
static
Shadow
staticShadow
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fill
fill
Color
font
outline
outline
Color
outline
Width
shadow
Blur
shadow
Color
shadow
Offset
static
Shadow
Percept
Loading...