You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.assertTrue(sel.getFontSet().addFont(fontsFolder + "NotoSansCJKjp-Bold.otf", null, "FontAlias", newRangeBuilder(117, 117).create())); // just 'u' letter
498
+
Assert.assertTrue(sel.getFontSet().addFont(fontsFolder + "FreeSans.ttf", null, "FontAlias", newRangeBuilder(106, 113).create()));// 'j', 'm' and 'p' are in that interval
Assert.assertTrue(sel.getFontSet().addFont(fontsFolder + "NotoSansCJKjp-Bold.otf", null, "FontAlias", newRangeBuilder(97, 99).create())); // 'a', 'b' and 'c' are in that interval
521
+
Assert.assertTrue(sel.getFontSet().addFont(fontsFolder + "FreeSans.ttf", null, "FontAlias", newRangeBuilder(100, 102).create()));// 'd', 'e' and 'f' are in that interval
522
+
Assert.assertTrue(sel.getFontSet().addFont(fontsFolder + "Puritan2.otf", null, "FontAlias", newRangeBuilder(120, 122).create()));// 'x', 'y' and 'z' are in that interval
0 commit comments