From cfd9417084417d336946fcb5b8fc3f71ecdaf59f Mon Sep 17 00:00:00 2001 From: kjvdheide Date: Mon, 18 Dec 2017 18:18:33 +0000 Subject: [PATCH] JAL-1953 attempt at changing Aptx's font to Jalview's --- src/jalview/ext/archaeopteryx/AptxInit.java | 6 ++++++ 1 file changed, 6 insertions(+) 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(); -- 1.7.10.2