// Read advanced typographic tables.
if ( useAdvanced ) {
try {
OTFAdvancedTypographicTableReader atr
= new OTFAdvancedTypographicTableReader ( this, in );
atr.readAll();
this.advancedTableReader = atr;
} catch ( AdvancedTypographicTableFormatException e ) {
log.warn (
"Encountered format constraint violation in advanced (typographic) table (AT) "
+ "in font '" + getFullName() + "', ignoring AT data: "