mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
postscript table load for true type font now uses postscript header table
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user