<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Gets the size of the text characters.
syntax
MeasureStr(
text,
font
[,angle = 0]
)
Parameters
text
Type:
character
Text characters.
The font string.
angle
Number
Rotation angle.
Return Value
array
An array of widths and heights, or #NOTHING# on failure.
Explanation
You can get the size of the text.
Supported
×
Script Action
Can be used in server script Ver2 actions
○
Browser script
Can be used in browser scripts
Calculation formula syntax
Can be used in expression syntax (e.g. bind syntax)
reference
StrLen
MBStrLen
LeftStr
RightStr
MidStr
FindStr
IsLike
InsertStr
RepeatInsertStr
CombineStr
DivideStr
TrimLeftStr
TrimRightStr
UpperStr
LowerStr
ReplaceStr
ReverseStr
CStrToArray
CArrayToStr
CCsvToArray
CArrayToCsv
Chr
Ascii
RET
IntStrs
IsFullWidthChar
MeasureStr