Rebol Programming/size-text
Appearance
USAGE:
[edit | edit source]SIZE-TEXT face
DESCRIPTION:
[edit | edit source]Returns the size of the text in a face.
SIZE-TEXT is a native value.
ARGUMENTS
[edit | edit source]- face -- (Type: object)
SOURCE CODE
[edit | edit source]size-text: native[ "Returns the size of the text in a face." face [object!] ]