mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
support custom encodings for type 1 standard 14 fonts without metrics #95
This commit is contained in:
@@ -56,7 +56,9 @@
|
||||
|
||||
var metrics = Standard14.GetAdobeFontMetrics(standard14Name.Data);
|
||||
|
||||
return new Type1Standard14Font(metrics);
|
||||
var overrideEncoding = encodingReader.Read(dictionary, isLenientParsing);
|
||||
|
||||
return new Type1Standard14Font(metrics, overrideEncoding);
|
||||
}
|
||||
|
||||
var firstCharacter = FontDictionaryAccessHelper.GetFirstCharacter(dictionary);
|
||||
|
Reference in New Issue
Block a user