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