< Rebol Programming

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!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.