11-01-2011 12:14 AM
11-04-2011 05:27 AM
11-05-2011 12:18 AM
11-05-2011 03:30 PM
Is the "Microsoft YaHei" font supported on every JRE on every platform?Nope. It does not exist on a standard Ubuntu 11.10 installation. Apart from that it is probably designed to render Chinese symbols best, which typically means that Latin characters have a kind of weird (fixed-width) appearance that most western readers are not used to.
11-06-2011 01:30 AM
Is the "Microsoft YaHei" font supported on every JRE on every platform?Nope. It does not exist on a standard Ubuntu 11.10 installation. Apart from that it is probably designed to render Chinese symbols best, which typically means that Latin characters have a kind of weird (fixed-width) appearance that most western readers are not used to.
12-21-2011 07:40 AM
Font font = new Font("Arial", Font.BOLD, 11);
My solution :Font font = new Font(Font.SANS_SERIF, Font.BOLD, 12);
I think it can work with JRE 1.6 on every platform.12-22-2011 07:46 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.