]> git.lyx.org Git - features.git/commit
Register math fonts with fontconfig
authorEnrico Forestieri <forenr@lyx.org>
Tue, 4 Sep 2007 13:33:21 +0000 (13:33 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 4 Sep 2007 13:33:21 +0000 (13:33 +0000)
commit960af8f370062c5ff7173861d8cc3d0a329b043f
treef423f57da3e578ddaea3673690f09c4b90c857ba
parent413d246fe7465f921c1d0355b1ef68f818c19d2f
Register math fonts with fontconfig

* src/support/os_unix.cpp
  (addFontResources): add the system fonts dir to the paths
  scanned by fontconfig.
  (restoreFontResources): remove the system fonts dir from the
  fontconfig configuration.

* configure.ac:
  add check for the fontconfig devel headers.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20034 a592a061-630c-0410-9148-cb99ea01b6c8
configure.ac
src/support/os_unix.cpp