We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d652a68 commit 48a2524Copy full SHA for 48a2524
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Font.java
@@ -62,15 +62,6 @@ public final class Font extends Resource {
62
*/
63
private final float fontHeight;
64
65
-/**
66
- * Prevents uninitialized instances from being created outside the package.
67
- */
68
-Font(Device device) {
69
- super(device);
70
- this.zoom = DPIUtil.getNativeDeviceZoom();
71
- this.fontHeight = 0;
72
-}
73
-
74
private Font(Device device, long handle, int zoom) {
75
super(device);
76
this.handle = handle;
0 commit comments