return null;
}
}
private GlyphSubstitutionSubtable[] findGSUBSubtables ( GlyphSubstitutionTable gsub, String script, String language, String feature, String lid ) {
LookupTable lt = gsub.getLookupTable ( lid );
if ( lt != null ) {
return (GlyphSubstitutionSubtable[]) lt.getSubtables();
} else {
return null;
}
}