mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-27 13:48:51 +08:00
Fixed typo
This commit is contained in:
parent
45228219b5
commit
b48010c75b
@ -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
|
||||
}
|
||||
|
||||
|
@ -728,7 +728,7 @@ var (
|
||||
MaxWidth: 0,
|
||||
MissingWidth: 501,
|
||||
},
|
||||
"Times-talic": DescriptorLiteral{
|
||||
"Times-Italic": DescriptorLiteral{
|
||||
FontName: "Times-Italic",
|
||||
FontFamily: "Times",
|
||||
Flags: 0x0060,
|
||||
|
Loading…
x
Reference in New Issue
Block a user