Merge branch 'features/JAL-2465_No-mapping_Jmol-structures-loaded-via-url' into develop
[jalview.git] / src / jalview / api / AlignViewportI.java
index 0239762..9e6d1c0 100644 (file)
@@ -480,4 +480,18 @@ public interface AlignViewportI extends ViewStyleI
    *          when true, charWidth/height is set according to font metrics
    */
   void setFont(Font newFont, boolean b);
+
+  /**
+   * Answers true if split screen protein and cDNA use the same font
+   * 
+   * @return
+   */
+  boolean isProteinFontAsCdna();
+
+  /**
+   * Set the flag for whether split screen protein and cDNA use the same font
+   * 
+   * @return
+   */
+  void setProteinFontAsCdna(boolean b);
 }