Preparing search index...
The search index is not available
ducjs - v4.0.4
ducjs
refreshTextDimensions
Function refreshTextDimensions
refreshTextDimensions
(
textElement
:
DucTextElement
,
container
:
null
|
DucTextContainer
,
elementsMap
:
ElementsMap
,
currentScope
:
SupportedMeasures
,
text
?:
string
,
)
:
|
undefined
|
{
height
:
RawValue
;
text
:
string
;
width
:
RawValue
;
x
:
RawValue
;
y
:
RawValue
;
}
Parameters
textElement
:
DucTextElement
container
:
null
|
DucTextContainer
elementsMap
:
ElementsMap
currentScope
:
SupportedMeasures
text
:
string
= textElement.text
Returns
|
undefined
|
{
height
:
RawValue
;
text
:
string
;
width
:
RawValue
;
x
:
RawValue
;
y
:
RawValue
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ducjs - v4.0.4
Loading...