REBOL Document

Make-face - Function Summary


Summary:

Make a face from a given style name or example face.

Usage:

make-face style

Arguments:

style - A name or a face (must be: word object)

Refinements:

/styles - The styles refinement.

ss - Stylesheet

/clone - Copy all primary facets

/size - The size refinement.

wh - Size of face (must be: pair)

/spec - The spec refinement.

blk - Spec block (must be: block)

/offset - The offset refinement.

xy - Offset of face (must be: pair)

/keep - Keep style related data

Description:

Make a face based on a face style. The LAYOUT function is not required.


    img: make-face 'image

Related:

layout - Return a face with a pane built from style description dialect.
make - Constructs and returns a new value.
view - Displays a window face.


<Back | Index | Next>

Copyright 2004 REBOL Technologies