public interface AFPConstants
Modifier and Type | Field and Description |
---|---|
static String |
ASCII_ENCODING
The encoding to use to convert to ASCII
|
static int |
DPI_72
The scaling of the default transform is set to
approximately 72 user space coordinates per square inch
|
static int |
DPI_72_MPTS
72dpi in millipoints
|
static String |
EBCIDIC_ENCODING
The encoding to use to convert to EBCIDIC
|
static float |
LINE_WIDTH_CORRECTION
The line width is set as a multiplier of a default line with; the width of the default
line width is implementation defined, which probably means different devices use different
actual widths; this means that the source line width (as specified in, say, a SVG line
element) needs to be corrected by a fudge factor that depends on the output device so that
the final output (print to paper, screen viewer) looks as intended.
|
static String |
US_ASCII_ENCODING
The encoding to use to convert to US ASCII (7 bit)
|
static final String EBCIDIC_ENCODING
static final String ASCII_ENCODING
static final String US_ASCII_ENCODING
static final int DPI_72
static final int DPI_72_MPTS
static final float LINE_WIDTH_CORRECTION
Copyright © 2025 Apache Software Foundation. All rights reserved.