mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-18 18:27:55 +08:00
check for ItalicAngle != 0
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
return new FontDetails(name ?? FontName ?? string.Empty,
|
||||
FontWeight > 500,
|
||||
(int)FontWeight,
|
||||
Flags.HasFlag(FontDescriptorFlags.Italic));
|
||||
Flags.HasFlag(FontDescriptorFlags.Italic) || ItalicAngle != 0);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user