2014-08-19 20:00:47 +04:00
# fontconfig setup
2013-02-15 21:13:05 +04:00
use/fonts :
@$( call add_feature)
@$( call xport,FONT_FEATURES_ENABLE)
@$( call xport,FONT_FEATURES_DISABLE)
2016-02-10 17:32:29 +03:00
# standalone target to specify non-bitmap installer fonts
use/fonts/install2 :
@$( call add,SYSTEM_PACKAGES,fonts-ttf-google-croscore-arimo)
2013-02-15 21:13:05 +04:00
# just stating that kernels and font habits are pretty individual
use/fonts/zerg : use /fonts
@$( call set,FONT_FEATURES_ENABLE,antialias lcdfilter-default \
hinting style-full sub-pixel-rgb)
@$( call set,FONT_FEATURES_DISABLE,no-antialias lcdfilter-none \
unhinted no-sub-pixel)
2013-03-02 22:09:53 +04:00
2013-05-27 18:06:03 +04:00
# nothing configured to add_feature but let's not skip that for consistency
use/fonts/infinality : use /fonts
2013-03-02 22:09:53 +04:00
@$( call add,THE_PACKAGES,libfreetype-infinality fontconfig-infinality)
2014-08-19 20:00:47 +04:00
2017-12-11 23:48:20 +03:00
# #34142
use/fonts/chinese : use /fonts
@$( call add,THE_PACKAGES,fonts-bitmap-wqy)
2014-08-19 20:00:47 +04:00
# a few typical font collections
# NB: dejavu is ugly thus missing
# NB: not depending on use/fonts intentionally,
# the scripts are unneeded to add packages
use/fonts/otf/adobe :
@$( call add,THE_PACKAGES,fonts-otf-adobe-source-code-pro)
@$( call add,THE_PACKAGES,fonts-otf-adobe-source-sans-pro)
use/fonts/otf/mozilla :
@$( call add,THE_PACKAGES,fonts-otf-mozilla-fira)
use/fonts/ttf/google :
2016-04-26 11:48:13 +03:00
@$( call add,THE_PACKAGES,fonts-ttf-google-droid-sans)
@$( call add,THE_PACKAGES,fonts-ttf-google-droid-sans-mono)
@$( call add,THE_PACKAGES,fonts-ttf-google-droid-serif)
2014-08-19 20:00:47 +04:00
@$( call add,THE_PACKAGES,fonts-ttf-google-croscore-arimo)
@$( call add,THE_PACKAGES,fonts-ttf-google-croscore-cousine)
@$( call add,THE_PACKAGES,fonts-ttf-google-croscore-tinos)
2014-10-29 16:09:27 +03:00
use/fonts/ttf/google/extra : use /fonts /ttf /google
@$( call add,THE_PACKAGES,fonts-ttf-google-crosextra-caladea)
@$( call add,THE_PACKAGES,fonts-ttf-google-crosextra-carlito)
2014-08-19 20:00:47 +04:00
use/fonts/ttf/redhat :
@$( call add,THE_PACKAGES,fonts-ttf-liberation)
use/fonts/ttf/ubuntu :
@$( call add,THE_PACKAGES,fonts-ttf-ubuntu-font-family)
2019-01-24 15:34:17 +03:00
use/fonts/ttf/xo :
@$( call add,THE_PACKAGES,fonts-ttf-XO)
@$( call add,THE_PACKAGES,fonts-ttf-PT)
@$( call add,THE_PACKAGES,fonts-ttf-Cormorant)
@$( call add,THE_PACKAGES,fonts-ttf-open-sans)