Package | Description |
---|---|
org.apache.batik.gvt.font |
Modifier and Type | Field and Description |
---|---|
private UnicodeRange[] |
Kern.firstUnicodeRanges |
private UnicodeRange[] |
Kern.secondUnicodeRanges |
Constructor and Description |
---|
Kern(int[] firstGlyphCodes,
int[] secondGlyphCodes,
UnicodeRange[] firstUnicodeRanges,
UnicodeRange[] secondUnicodeRanges,
float adjustValue)
Creates a Kern object with the given glyph arrays
and kerning value.
|
Kern(int[] firstGlyphCodes,
int[] secondGlyphCodes,
UnicodeRange[] firstUnicodeRanges,
UnicodeRange[] secondUnicodeRanges,
float adjustValue)
Creates a Kern object with the given glyph arrays
and kerning value.
|