JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / swingjs / j2s / jssun / font / FontManager.js
1 Clazz.declarePackage ("jssun.font");\r
2 c$ = Clazz.declareInterface (jssun.font, "FontManager");\r
3 Clazz.defineStatics (c$,\r
4 "NO_FALLBACK", 0,\r
5 "PHYSICAL_FALLBACK", 1,\r
6 "LOGICAL_FALLBACK", 2);\r