add 362px font height for my computer's configuration (high-dpi monitor)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801803 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b0ded5cb3
commit
f1cf95ecb5
@ -73,7 +73,9 @@ public class TestFonts {
|
||||
private static final String INIT_FONTS[] = { "mona.ttf" };
|
||||
|
||||
// currently linux and mac return quite different values
|
||||
private static final int[] expected_sizes = { 311, 312, 313, 398, 399 };
|
||||
private static final int[] expected_sizes = { 311, 312, 313,
|
||||
362, //Windows 10, 13.3" 1080p high-dpi
|
||||
398, 399 };
|
||||
|
||||
@BeforeClass
|
||||
public static void initGE() throws FontFormatException, IOException {
|
||||
|
Loading…
Reference in New Issue
Block a user