You shouldn't have one of these without the other, now that there are two.

This way neither TM nor TMW fonts will be loaded.
This commit is contained in:
dchandler 2003-07-26 00:55:32 +00:00
parent 2bb499e5a7
commit 4caeafa1b1

View file

@ -52,6 +52,7 @@ public class OnLineScannerFilter extends HttpServlet {
{ {
// if this line is included in the constructor, it works on the iris server but not on wyllie! // if this line is included in the constructor, it works on the iris server but not on wyllie!
ThdlOptions.setUserPreference("thdl.rely.on.system.tmw.fonts", true); ThdlOptions.setUserPreference("thdl.rely.on.system.tmw.fonts", true);
ThdlOptions.setUserPreference("thdl.rely.on.system.tm.fonts", true);
response.setContentType("text/html"); response.setContentType("text/html");
PrintWriter out = response.getWriter(); PrintWriter out = response.getWriter();
@ -320,4 +321,4 @@ public class OnLineScannerFilter extends HttpServlet {
} }
pw.println("</table>"); pw.println("</table>");
} }
} }