093995328667118cf901ec6bb93e36c4464c93c4
braney
  Mon Dec 7 10:37:41 2020 -0800
move a routine into a different file so it has access to the global
definitions of fonts

diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h
index c3ab915..c9f0808 100644
--- src/hg/hgTracks/hgTracks.h
+++ src/hg/hgTracks/hgTracks.h
@@ -1723,17 +1723,19 @@
 /* Return TRUE if feature is available, in hgConf */
 
 int recTrackSetsForDb();
 /* Return number of recommended track sets for this database */
 
 boolean hasRecTrackSet(struct cart *cart);
 /* Check if currently loaded session is in the recommended track set */
 
 void printRecTrackSets();
 /* Create dialog with list of recommended track sets */
 
 Color colorFromSoTerm(enum soTerm term);
 /* Assign a Color according to soTerm: red for non-synonymous, green for synonymous, blue for
  * UTR/noncoding, black otherwise. */
 
+void maybeNewFonts(struct hvGfx *hvg);
+/* Check to see if we want to use the alternate font engine (FreeType2). */
 #endif /* HGTRACKS_H */