Revision: 75268
          http://sourceforge.net/p/brlcad/code/75268
Author:   starseeker
Date:     2020-04-04 16:11:48 +0000 (Sat, 04 Apr 2020)
Log Message:
-----------
notes on fontconfig

Modified Paths:
--------------
    brlcad/trunk/src/other/CMakeLists.txt

Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt       2020-04-04 00:50:34 UTC (rev 
75267)
+++ brlcad/trunk/src/other/CMakeLists.txt       2020-04-04 16:11:48 UTC (rev 
75268)
@@ -328,6 +328,15 @@
   set(pkgcfg_lib_PKG_FONTCONFIG_fontconfig fontconfig)
   set(pkgcfg_lib_PKG_FONTCONFIG_freetype ${FREETYPE_LIBRARIES})
   SetTargetFolder(fontconfig "Third Party Libraries")
+
+  # TODO - in order for this to work, we may need to change how the built copy
+  # of Tk uses fontconfig.  We want to look for our own (guaranteed) fonts
+  # rather than the system fonts for consistency, but that means building our
+  # own share/fontconfig directory with a config file and cache.  Tk then needs
+  # to call fontconfig to look there rather than the system version.  There are
+  # some test programs in the tests directory of the main fontconfig
+  # distribution which may offer some hints on what is needed for this...
+
 endif(BRLCAD_Fontconfig_BUILD)
 
 # libnetpbm Library support for pnm,ppm,pbm, etc. image files

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to