postscript table load for true type font now uses postscript header table

This commit is contained in:
Eliot Jones
2018-04-29 15:16:03 +01:00
parent 1a213caf26
commit 2bf4922c47

View File

@@ -86,7 +86,7 @@
// post
if (tables.TryGetValue(TrueTypeHeaderTable.Post, out var postscriptHeaderTable))
{
tableRegister.PostScriptTable = PostScriptTable.Load(data, table, tableRegister.MaximumProfileTable);
tableRegister.PostScriptTable = PostScriptTable.Load(data, postscriptHeaderTable, tableRegister.MaximumProfileTable);
}
if (!isPostScript)