mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-11 15:18:38 +00:00
Fixed: #1618 Export to PDF selectable text escaping and text size
This commit is contained in:
@@ -607,7 +607,7 @@ public class FrameExporter {
|
||||
|
||||
PDFGraphics g2 = (PDFGraphics) g;
|
||||
if (existingFonts.containsKey(rec.fontId)) {
|
||||
g2.setExistingTtfFont(existingFonts.get(rec.fontId));
|
||||
g2.setExistingTtfFont(existingFonts.get(rec.fontId).deriveFont((float) textHeight));
|
||||
} else {
|
||||
FontExporter fe = new FontExporter();
|
||||
File tempFile;
|
||||
|
||||
Reference in New Issue
Block a user