Author: onealj
Date: Thu Jul 13 04:30:41 2017
New Revision: 1801803

URL: http://svn.apache.org/viewvc?rev=1801803&view=rev
Log:
add 362px font height for my computer's configuration (high-dpi monitor)

Modified:
    poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java

Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java?rev=1801803&r1=1801802&r2=1801803&view=diff
==============================================================================
--- poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java (original)
+++ poi/trunk/src/ooxml/testcases/org/apache/poi/sl/TestFonts.java Thu Jul 13 
04:30:41 2017
@@ -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 {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to