diff --git a/OTFontFile/OTFont.cs b/OTFontFile/OTFont.cs index ea1a4db..acdeb50 100644 --- a/OTFontFile/OTFont.cs +++ b/OTFontFile/OTFont.cs @@ -433,7 +433,7 @@ public bool ContainsTrueTypeOutlines() public bool IsVariableFont() { - if ( (GetTable("fvar") == null) || (GetTable("STAT") == null) ) + if ( (GetDirectoryEntry("fvar") == null) || (GetDirectoryEntry("STAT") == null) ) return false; else return true;