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.

ARGUMENTSEdit

  • face -- (Type: object)

SOURCE CODEEdit

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