com.aspose.slides
Interface FontQuality


public interface FontQuality

Constants which define the output quality of a font.


Field Summary
static int ANTIALIASED_QUALITY
           
static int CLEARTYPE_QUALITY
           
static int DEFAULT_QUALITY
           
static int DRAFT_QUALITY
           
static int NONANTIALIASED_QUALITY
           
static int PROOF_QUALITY
           
 

Field Detail

DEFAULT_QUALITY

static final int DEFAULT_QUALITY
See Also:
Constant Field Values

DRAFT_QUALITY

static final int DRAFT_QUALITY
See Also:
Constant Field Values

PROOF_QUALITY

static final int PROOF_QUALITY
See Also:
Constant Field Values

NONANTIALIASED_QUALITY

static final int NONANTIALIASED_QUALITY
See Also:
Constant Field Values

ANTIALIASED_QUALITY

static final int ANTIALIASED_QUALITY
See Also:
Constant Field Values

CLEARTYPE_QUALITY

static final int CLEARTYPE_QUALITY
See Also:
Constant Field Values