diff options
Diffstat (limited to 'src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitution.java')
-rw-r--r-- | src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitution.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitution.java b/src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitution.java index 600d4de49..0cbb4cc4f 100644 --- a/src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitution.java +++ b/src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitution.java @@ -37,6 +37,6 @@ public interface GlyphSubstitution { * @return true if the glyph subtable was applied, meaning that the current context matches the * associated input context glyph coverage table */ - boolean substitute ( GlyphSubstitutionState ss ); + boolean substitute (GlyphSubstitutionState ss); } |