Rebol Programming/size-text

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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!]
]