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:
Javen O'Neal 2017-07-13 04:30:41 +00:00
parent 5c2267081d
commit 1d187b32e2
1 changed files with 3 additions and 1 deletions

View File

@ -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 {