2
0
Эх сурвалжийг харах

Return the approprite constant in case OTF diverges from TTF in the future.

Jon Watte 10 жил өмнө
parent
commit
b13f74b7d7

+ 1 - 1
tools/encoder/src/EncoderArguments.cpp

@@ -389,7 +389,7 @@ EncoderArguments::FileFormat EncoderArguments::getFileFormat() const
     }
     if (ext.compare("otf") == 0)
     {
-        return FILEFORMAT_TTF;
+        return FILEFORMAT_OTF;
     }
     if (ext.compare("gpb") == 0)
     {