Rebol Programming/size-text

USAGE: edit

SIZE-TEXT face 

DESCRIPTION: edit

Returns the size of the text in a face.

SIZE-TEXT is a native value.

ARGUMENTS edit

  • face -- (Type: object)

SOURCE CODE edit

size-text: native[
    "Returns the size of the text in a face." 
    face [object!]
]