Revision: 2599
http://sourceforge.net/p/swingme/code/2599
Author: yuranet
Date: 2021-12-03 15:31:29 +0000 (Fri, 03 Dec 2021)
Log Message:
-----------
italic support final
Modified Paths:
--------------
iOSME/src/javax/microedition/lcdui/Font.java
Modified: iOSME/src/javax/microedition/lcdui/Font.java
===================================================================
--- iOSME/src/javax/microedition/lcdui/Font.java 2021-12-03 15:28:57 UTC (rev 2598)
+++ iOSME/src/javax/microedition/lcdui/Font.java 2021-12-03 15:31:29 UTC (rev 2599)
@@ -43,7 +43,7 @@
private int height = -1;
- UIFont font;
+ final UIFont font;
/**
* NOTE: We support negative sizes, meaning literal font sizes.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|