@@ -209,12 +209,12 @@ namespace Compdfkit_Tools.PDFControl
case 0:
break;
case 1:
- isItalic = IsItalic(cTextAttribute.FontName);
+ isItalic = false;
isBold = true;
case 2:
isItalic = true;
- isBold = IsBold(cTextAttribute.FontName);
+ isBold = false;
case 3: