diff --git a/src/UglyToad.PdfPig/PdfFonts/FontDescriptor.cs b/src/UglyToad.PdfPig/PdfFonts/FontDescriptor.cs index db2085ad..56de88d9 100644 --- a/src/UglyToad.PdfPig/PdfFonts/FontDescriptor.cs +++ b/src/UglyToad.PdfPig/PdfFonts/FontDescriptor.cs @@ -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); } ///