From: kjvdheide Date: Mon, 18 Dec 2017 18:18:33 +0000 (+0000) Subject: JAL-1953 attempt at changing Aptx's font to Jalview's X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=cfd9417084417d336946fcb5b8fc3f71ecdaf59f;p=jalview.git JAL-1953 attempt at changing Aptx's font to Jalview's --- diff --git a/src/jalview/ext/archaeopteryx/AptxInit.java b/src/jalview/ext/archaeopteryx/AptxInit.java index f7ec0ad..49c3162 100644 --- a/src/jalview/ext/archaeopteryx/AptxInit.java +++ b/src/jalview/ext/archaeopteryx/AptxInit.java @@ -52,6 +52,12 @@ public final class AptxInit public final static Configuration APTX_CONFIG = new Configuration( "_aptx_jalview_configuration_file", false, false, false); + // static + // { + // APTX_CONFIG.setBaseFontFamilyName( + // Desktop.instance.getFont().getFamily().replaceAll(" ", "_")); + // APTX_CONFIG.setBaseFontSize(Desktop.instance.getFont().getSize()); + // } private final static boolean VALIDATE_PHYLOXML_XSD = APTX_CONFIG .isValidatePhyloXmlAgainstSchema();