public class GsubWorkerForDflt extends Object implements GsubWorker
According to the OpenType specification, a Script table with the script tag 'DFLT' (default) is used in fonts to define features that are not script-specific. Applications should use the DFLT script table when no script table exists for the specific script of the text being processed, or when text lacks a defined script (containing only symbols or punctuation).
This implementation applies common, script-neutral typographic features that work across writing systems. The feature order follows standard OpenType recommendations for universal glyph substitutions.
Reference: OpenType ScriptList Table Specification
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
applyTransforms(List<Integer> originalGlyphIds)
Applies language-specific transforms including GSUB and any other pre or post-processing necessary for displaying
Glyphs correctly.
|
public List<Integer> applyTransforms(List<Integer> originalGlyphIds)
GsubWorkerapplyTransforms in interface GsubWorkeroriginalGlyphIds - list of original glyph IDsCopyright © 2008–2026 The Apache Software Foundation. All rights reserved.