Uses of Interface
org.apache.fontbox.ttf.gsub.GsubWorker
-
Packages that use GsubWorker Package Description org.apache.fontbox.ttf.gsub This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of GsubWorker in org.apache.fontbox.ttf.gsub
Classes in org.apache.fontbox.ttf.gsub that implement GsubWorker Modifier and Type Class Description (package private) classDefaultGsubWorkerA default implementation ofGsubWorkerthat actually does not transform the glyphs yet allows to correctly load GSUB table data even from fonts for which a complete glyph substitution is not implemented.classGsubWorkerForBengaliBengali-specific implementation of GSUB systemclassGsubWorkerForDevanagariDevanagari-specific implementation of GSUB systemclassGsubWorkerForGujaratiGujarati-specific implementation of GSUB system.classGsubWorkerForLatinLatin-specific implementation of GSUB systemMethods in org.apache.fontbox.ttf.gsub that return GsubWorker Modifier and Type Method Description GsubWorkerGsubWorkerFactory. getGsubWorker(CmapLookup cmapLookup, GsubData gsubData) -
Uses of GsubWorker in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel with type parameters of type GsubWorker Modifier and Type Field Description private java.util.Map<PDType0Font,GsubWorker>PDAbstractContentStream. gsubWorkersMethods in org.apache.pdfbox.pdmodel with parameters of type GsubWorker Modifier and Type Method Description private java.util.List<java.lang.Integer>PDAbstractContentStream. applyGSUBRules(GsubWorker gsubWorker, java.io.ByteArrayOutputStream out, PDType0Font font, java.lang.String word)Retrieve the glyph IDs for the characters in the specified word, after applying any relevant GSUB rules.private byte[]PDAbstractContentStream. encodeForGsub(GsubWorker gsubWorker, java.util.Set<java.lang.Integer> glyphIds, PDType0Font font, java.lang.String text)Retrieve the encoded glyph IDs for the characters in the specified text, after applying any relevant GSUB rules.
-