diff options
author | Herbert Duerr [hdu] <duerr@sun.com> | 2010-05-11 16:09:45 +0200 |
---|---|---|
committer | Herbert Duerr [hdu] <duerr@sun.com> | 2010-05-11 16:09:45 +0200 |
commit | 03d73f45d8e607ab64d0499829b4796da03d5f69 (patch) | |
tree | d87b842994b605d382bf650d37f470f8d7670823 /more_fonts | |
parent | a561c6d73c6190f496bf9ef6307ee25cac5a582e (diff) |
#i111077# install fc_local.conf file next to app-specific fonts
Diffstat (limited to 'more_fonts')
-rw-r--r-- | more_fonts/fonts/fc_local.conf | 24 | ||||
-rw-r--r-- | more_fonts/prj/d.lst | 5 |
2 files changed, 27 insertions, 2 deletions
diff --git a/more_fonts/fonts/fc_local.conf b/more_fonts/fonts/fc_local.conf new file mode 100644 index 000000000000..973c7b57f2b9 --- /dev/null +++ b/more_fonts/fonts/fc_local.conf @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "/etc/fonts/conf.d/fonts.dtd"> +<fontconfig> + + <!-- Alias similar/metric-compatible families from various sources: --> + + <alias binding="same"> + <family>Liberation Sans Narrow</family> + <family>Arial Narrow</family> + <default> + <family>Arial Narrow</family> + </default> + </alias> + +<!-- --> + <alias binding="same"> + <family>Arial Narrow</family> + <accept> + <family>Liberation Sans Narrow</family> + </accept> + </alias> +<!-- --> + +</fontconfig> diff --git a/more_fonts/prj/d.lst b/more_fonts/prj/d.lst index 831798dba3fb..d552a9b12631 100644 --- a/more_fonts/prj/d.lst +++ b/more_fonts/prj/d.lst @@ -1,8 +1,9 @@ mkdir: %COMMON_DEST%\pck%_EXT% +..\fonts\fc_local.conf %COMMON_DEST%\pck%_EXT%\fc_local.conf ..\%__SRC%\misc\build\dejavu-fonts-ttf-2.30\ttf\*.ttf %COMMON_DEST%\pck%_EXT%\*.ttf ..\%__SRC%\misc\build\dejavu-ttf-2.30\LICENSE %COMMON_DEST%\pck%_EXT%\LICENSE_dejavu -..\%__SRC%\misc\build\liberation-fonts-1.05\*.ttf %COMMON_DEST%\pck%_EXT%\*.ttf -..\%__SRC%\misc\build\liberation-fonts-1.05\License %COMMON_DEST%\pck%_EXT%\LICENSE_liberation +..\%__SRC%\misc\build\liberation-fonts-hgc456df\*.ttf %COMMON_DEST%\pck%_EXT%\*.ttf +..\%__SRC%\misc\build\liberation-fonts-hgc456df\License %COMMON_DEST%\pck%_EXT%\LICENSE_liberation ..\%__SRC%\misc\build\gentiumbasic-fonts-1.10\*.ttf %COMMON_DEST%\pck%_EXT%\*.ttf ..\%__SRC%\misc\build\gentiumbasic-fonts-1.10\OFL.txt %COMMON_DEST%\pck%_EXT%\LICENSE_gentium |