Scrawl-canvas API
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Preparing search index...
TextStyleFactoryFunctions
Interface TextStyleFactoryFunctions
interface
TextStyleFactoryFunctions
{
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
;
clone
:
(
item
?:
TextStyleFactoryInputs
)
=>
TextStyleInstance
;
get
:
(
item
:
string
)
=>
any
;
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
,
)
=>
any
;
kill
:
(
item
?:
any
)
=>
void
;
saveAsPacket
:
(
item
?:
boolean
|
TextStyleSaveInputs
)
=>
string
;
set
:
(
item
?:
TextStyleFactoryInputs
)
=>
TextStyleInstance
;
setDelta
:
(
item
?:
TextStyleFactoryDeltaInputs
)
=>
TextStyleInstance
;
}
Hierarchy (
View Summary
)
BaseMixinFunctions
TextStyleFactoryFunctions
EnhancedLabelFactoryFunctions
TextStyleSaveInputs
TextStyleInstance
Index
Properties
action
Packet
clone
get
import
Packet
kill
save
As
Packet
set
set
Delta
Properties
action
Packet
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
clone
clone
:
(
item
?:
TextStyleFactoryInputs
)
=>
TextStyleInstance
get
get
:
(
item
:
string
)
=>
any
import
Packet
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
)
=>
any
kill
kill
:
(
item
?:
any
)
=>
void
save
As
Packet
saveAsPacket
:
(
item
?:
boolean
|
TextStyleSaveInputs
)
=>
string
set
set
:
(
item
?:
TextStyleFactoryInputs
)
=>
TextStyleInstance
set
Delta
setDelta
:
(
item
?:
TextStyleFactoryDeltaInputs
)
=>
TextStyleInstance
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Packet
clone
get
import
Packet
kill
save
As
Packet
set
set
Delta
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Scrawl-canvas API
Loading...