Uses of Class
org.apache.batik.gvt.font.UnicodeRange
-
Packages that use UnicodeRange Package Description org.apache.batik.gvt.font -
-
Uses of UnicodeRange in org.apache.batik.gvt.font
Fields in org.apache.batik.gvt.font declared as UnicodeRange Modifier and Type Field Description private UnicodeRange[]Kern. firstUnicodeRangesprivate UnicodeRange[]Kern. secondUnicodeRangesConstructors in org.apache.batik.gvt.font with parameters of type UnicodeRange Constructor Description Kern(int[] firstGlyphCodes, int[] secondGlyphCodes, UnicodeRange[] firstUnicodeRanges, UnicodeRange[] secondUnicodeRanges, float adjustValue)Creates a Kern object with the given glyph arrays and kerning value.
-