Fixed typo

This commit is contained in:
Peter Williams 2018-10-18 21:39:16 +11:00
parent 45228219b5
commit b48010c75b
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ func (font PdfFont) FontDescriptor() *PdfFontDescriptor {
if t, ok := font.context.(*pdfFontSimple); ok {
return t.std14Descriptor
}
common.Log.Error("All fonts have a Descriptor font=%s", font)
common.Log.Error("All fonts have a Descriptor. font=%s", font)
return nil
}

View File

@ -728,7 +728,7 @@ var (
MaxWidth: 0,
MissingWidth: 501,
},
"Times-talic": DescriptorLiteral{
"Times-Italic": DescriptorLiteral{
FontName: "Times-Italic",
FontFamily: "Times",
Flags: 0x0060,