Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jssun / font / FontManager.js
1 Clazz.declarePackage ("jssun.font");
2 c$ = Clazz.declareInterface (jssun.font, "FontManager");
3 Clazz.defineStatics (c$,
4 "NO_FALLBACK", 0,
5 "PHYSICAL_FALLBACK", 1,
6 "LOGICAL_FALLBACK", 2);