|
|
@@ -306,14 +306,14 @@ public class DomainOrderService {
|
|
|
}
|
|
|
if (domainLength <= 5) {
|
|
|
g.setColor(new Color(255, 255, 255));
|
|
|
- Font topFont = font1.deriveFont(Font.PLAIN, 200f);
|
|
|
+ Font topFont = font1.deriveFont(Font.PLAIN, 240f);
|
|
|
Font downFont = font2.deriveFont(Font.BOLD, 36f);
|
|
|
- ImageUtils.drawCenteredString(g, domainName, new Rectangle(0, 243, shareImg
|
|
|
+ ImageUtils.drawCenteredString(g, domainName, new Rectangle(17, 220, shareImg
|
|
|
.getWidth(), 86), topFont);
|
|
|
- ImageUtils.drawCenteredString(g, ".NFT", new Rectangle(0, 462, shareImg
|
|
|
+ ImageUtils.drawCenteredString(g, ".NFT", new Rectangle(-10, 420, shareImg
|
|
|
.getWidth(), 86), topFont);
|
|
|
g.setColor(new Color(255, 255, 255));
|
|
|
- ImageUtils.drawCenteredString(g, domain, new Rectangle(0, 612, shareImg
|
|
|
+ ImageUtils.drawCenteredString(g, domain, new Rectangle(0, 620, shareImg
|
|
|
.getWidth(), 12), downFont);
|
|
|
}
|
|
|
|