Top   Module   Use   Manual   Index 

com :: sun :: star :: text ::

constants group FontRelief


Description
Determins the relief type of a font.


Constants

const short NONE = = 0;
Description
no relief is used.
const short EMBOSSED = = 1;
Description
the font relief is embossed.
const short ENGRAVED = = 2;
Description
the font relief is engraved.
Top of Page