Home
last modified time | relevance | path

Searched refs:deriveFont (Results 1 – 25 of 992) sorted by relevance

12345678910>>...40

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFonts.java134 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
135 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
138 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
139 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
142 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
143 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
146 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
147 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
150 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
154 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFonts.java134 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
135 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
138 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
139 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
142 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
143 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
146 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
147 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
150 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
154 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFonts.java134 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
135 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
138 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
139 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
142 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
143 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
146 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
147 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
150 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
154 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFonts.java133 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
134 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
137 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
138 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
141 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
142 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
145 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
146 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
149 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
153 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFonts.java134 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
135 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
138 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
139 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
142 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
143 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
146 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
147 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
150 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
154 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFonts.java134 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
135 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
138 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
139 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
142 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
143 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
146 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
147 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
150 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
154 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFonts.java134 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
135 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
138 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
139 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
142 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
143 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
146 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
147 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
150 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
154 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFonts.java134 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
135 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
138 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
139 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
142 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
143 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
146 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
147 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
150 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
154 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFonts.java134 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
135 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
138 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
139 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
142 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
143 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
146 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
147 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
150 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
154 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFonts.java133 public Font deriveFont(final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
134 return new DerivedUIResourceFont(super.deriveFont(trans)); in deriveFont()
137 public Font deriveFont(final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
138 return new DerivedUIResourceFont(super.deriveFont(derivedSize)); in deriveFont()
141 public Font deriveFont(final int derivedStyle) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
142 return new DerivedUIResourceFont(super.deriveFont(derivedStyle)); in deriveFont()
145 public Font deriveFont(final int derivedStyle, final AffineTransform trans) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
146 return new DerivedUIResourceFont(super.deriveFont(derivedStyle, trans)); in deriveFont()
149 public Font deriveFont(final int derivedStyle, final float derivedSize) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
153 public Font deriveFont(final Map<? extends Attribute, ?> attributes) { in deriveFont() method in AquaFonts.DerivedUIResourceFont
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/FontClass/
H A DHeadlessFont.java150 fnt = f1.deriveFont(80f); in main()
151 fnt = f2.deriveFont(80f); in main()
152 fnt = f3.deriveFont(80f); in main()
153 fnt = f4.deriveFont(80f); in main()
155 fnt = f1.deriveFont(Font.BOLD | Font.ITALIC); in main()
156 fnt = f2.deriveFont(Font.BOLD | Font.ITALIC); in main()
157 fnt = f3.deriveFont(Font.BOLD | Font.ITALIC); in main()
160 fnt = f1.deriveFont(attMap); in main()
161 fnt = f2.deriveFont(attMap); in main()
162 fnt = f3.deriveFont(attMap); in main()
[all …]
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/lookandfeel/substance/
H A DCustomFontSet.java48 this.windowTitleFont = new FontUIResource(baseFont.deriveFont( in CustomFontSet()
51 baseFont.deriveFont((float) baseFont.getSize())); in CustomFontSet()
52 this.smallFont = new FontUIResource(baseFont.deriveFont(baseFont in CustomFontSet()
54 this.messageFont = new FontUIResource(baseFont.deriveFont(baseFont in CustomFontSet()
56 this.menuFont = new FontUIResource(baseFont.deriveFont((float) baseFont in CustomFontSet()
59 baseFont.deriveFont((float) baseFont.getSize())); in CustomFontSet()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/Underline/
H A DUnderlineTest.java104 Font font = font0.deriveFont(map); in main()
113 font.deriveFont(1f), in main()
114 font.deriveFont(20f), in main()
115 font.deriveFont(40f), in main()
116 font.deriveFont(80f), in main()
117 font.deriveFont(AffineTransform.getRotateInstance(rot)), in main()
118 font.deriveFont(AffineTransform.getScaleInstance(1, 2)), in main()
119 font.deriveFont(AffineTransform.getScaleInstance(2, 4)), in main()
120 font.deriveFont(scrtx), in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/font/Underline/
H A DUnderlineTest.java104 Font font = font0.deriveFont(map); in main()
113 font.deriveFont(1f), in main()
114 font.deriveFont(20f), in main()
115 font.deriveFont(40f), in main()
116 font.deriveFont(80f), in main()
117 font.deriveFont(AffineTransform.getRotateInstance(rot)), in main()
118 font.deriveFont(AffineTransform.getScaleInstance(1, 2)), in main()
119 font.deriveFont(AffineTransform.getScaleInstance(2, 4)), in main()
120 font.deriveFont(scrtx), in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/font/Underline/
H A DUnderlineTest.java104 Font font = font0.deriveFont(map); in main()
113 font.deriveFont(1f), in main()
114 font.deriveFont(20f), in main()
115 font.deriveFont(40f), in main()
116 font.deriveFont(80f), in main()
117 font.deriveFont(AffineTransform.getRotateInstance(rot)), in main()
118 font.deriveFont(AffineTransform.getScaleInstance(1, 2)), in main()
119 font.deriveFont(AffineTransform.getScaleInstance(2, 4)), in main()
120 font.deriveFont(scrtx), in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/font/Underline/
H A DUnderlineTest.java104 Font font = font0.deriveFont(map); in main()
113 font.deriveFont(1f), in main()
114 font.deriveFont(20f), in main()
115 font.deriveFont(40f), in main()
116 font.deriveFont(80f), in main()
117 font.deriveFont(AffineTransform.getRotateInstance(rot)), in main()
118 font.deriveFont(AffineTransform.getScaleInstance(1, 2)), in main()
119 font.deriveFont(AffineTransform.getScaleInstance(2, 4)), in main()
120 font.deriveFont(scrtx), in main()

12345678910>>...40