Uses of Interface
org.apache.fontbox.ttf.gsub.GsubWorker
Packages that use GsubWorker
Package
Description
This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.
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 GsubWorkerModifier and TypeClassDescription(package private) classA 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.classBengali-specific implementation of GSUB systemclassDevanagari-specific implementation of GSUB systemclassGujarati-specific implementation of GSUB system.classLatin-specific implementation of GSUB systemMethods in org.apache.fontbox.ttf.gsub that return GsubWorkerModifier and TypeMethodDescriptionGsubWorkerFactory.getGsubWorker(CmapLookup cmapLookup, GsubData gsubData) -
Uses of GsubWorker in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel with type parameters of type GsubWorkerModifier and TypeFieldDescriptionprivate final Map<PDType0Font, GsubWorker> PDAbstractContentStream.gsubWorkersMethods in org.apache.pdfbox.pdmodel with parameters of type GsubWorkerModifier and TypeMethodDescriptionPDAbstractContentStream.applyGSUBRules(GsubWorker gsubWorker, ByteArrayOutputStream out, PDType0Font font, String word) private byte[]PDAbstractContentStream.encodeForGsub(GsubWorker gsubWorker, Set<Integer> glyphIds, PDType0Font font, String text)