You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/piccolo2d/files/1.2.1-font-api.patch

13 lines
573 B

diff -ur piccolo-1.2.1.old/extras/edu/umd/cs/piccolox/swt/SWTGraphics2D.java piccolo-1.2.1/extras/edu/umd/cs/piccolox/swt/SWTGraphics2D.java
--- piccolo-1.2.1.old/extras/edu/umd/cs/piccolox/swt/SWTGraphics2D.java 2008-07-27 23:35:16.000000000 +0300
+++ piccolo-1.2.1/extras/edu/umd/cs/piccolox/swt/SWTGraphics2D.java 2008-07-27 23:36:09.000000000 +0300
@@ -238,7 +238,7 @@
style = style | SWT.ITALIC;
}
- return new Font(fd[0].getName(),style,fd[0].height);
+ return new Font(fd[0].getName(),style,fd[0].getHeight());
}
return null;
}