Skip to content

Commit

Permalink
#51 Give this a unique name for the testfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rototor committed Jun 25, 2023
1 parent 331376a commit a9c4c84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void testStyledAttributeSubAndSup() throws IOException, FontFormatExcepti
final Font antonioRegular = Font.createFont(Font.TRUETYPE_FONT,
PdfBoxGraphics2dTest.class.getResourceAsStream("antonio/Antonio-Regular.ttf"))
.deriveFont(15f);
exportGraphic("fonts", "attributed_text", new GraphicsExporter()
exportGraphic("fonts", "attributed_text_sup", new GraphicsExporter()
{
@Override
public void draw(Graphics2D gfx) throws IOException, FontFormatException
Expand Down

0 comments on commit a9c4c84

Please sign in to comment.