We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14e886 commit e339b6aCopy full SHA for e339b6a
src/org/openlowcode/tools/pdf/PDFPage.java
@@ -204,9 +204,9 @@ static PDFont getFont(int texttype) {
204
if (texttype == TEXTTYPE_PLAIN)
205
return datafont;
206
if (texttype == TEXTTYPE_PLAIN_BOLD)
207
- return datafontitalic;
208
- if (texttype == TEXTTYPE_PLAIN_ITALIC)
209
return datafontbold;
+ if (texttype == TEXTTYPE_PLAIN_ITALIC)
+ return datafontitalic;
210
if (texttype == TEXTTYPE_PLAIN_BOLD_ITALIC)
211
return datafontitalicbold;
212
0 commit comments