Syntax
constants group FontRelief;
Description
Determins the relief type of a font.
Constants Summary
|
NONE |
no relief is used.
|
|
EMBOSSED |
the font relief is embossed.
|
|
ENGRAVED |
the font relief is engraved.
|
|
Field Details
|
|
Syntax
const short NONE = 0;
Description
no relief is used.
Syntax
const short EMBOSSED = 1;
Description
the font relief is embossed.
Syntax
const short ENGRAVED = 2;
Description
the font relief is engraved.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.