:: com :: sun :: star :: rendering ::

constants group PanoseFamilyTypes

Constants
ANYTHING  
NO_FIT  
TEXT_DISPLAY  
SCRIPT  
DECORATIVE  
PICTORIAL  
Constants' Details
ANYTHING
const byte ANYTHING =0;
NO_FIT
const byte NO_FIT =1;
TEXT_DISPLAY
const byte TEXT_DISPLAY =2;
SCRIPT
const byte SCRIPT =3;
DECORATIVE
const byte DECORATIVE =4;
PICTORIAL
const byte PICTORIAL =5;
Top of Page