Changes between Version 7 and Version 8 of DefaultFonts


Ignore:
Timestamp:
2009/04/22 14:55:50 (15 years ago)
Author:
daisuke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DefaultFonts

    v7 v8  
    66     * Sans: VL PGothic 
    77     * Monospace: VL Gothic 
    8      * Serif: HanaMin Plus (ハナミン+さざなみ) (TODO:名前を統一するためにVL明朝にするか?) 
    9      * UI フォントは Sans。(LX や IPA があっても UI には VL をつかう) 
     8     * Serif: HanaMin Plus (ハナミン+さざなみ) | IPAP明朝 (TODO:名前を統一するためにforkしてVL明朝にするか?) 
     9     * UI フォントは Sans。(Gothic は LX や IPA があっても UI には VL をつかう) 
    1010   * TeX 
    1111     * ゴシック: VL PGothic 
    12      * 明朝: HanaMin Plus?(ハナミン+さざなみ) ('''TBD''') 
     12     * 明朝: HanaMin Plus?(ハナミン+さざなみ) | IPAP明朝 ('''TBD''') 
    1313   * 印刷(ghostscript)用 Ryumin/GothicBBB 相当のフォントは優先順位をつけて自動選択 
    1414     * LX > IPA > VL > Sazanami 
     
    3737=== !TrueType-*.spec テンプレート === 
    3838{{{ 
    39 %define __fccache       umask 133;which fc-cache &> /dev/null && fc-cache -f 
    40 %define __updmap        [ -x %{_bindir}/updmap-sys ] && %{_bindir}/env - %{_bindir}/updmap-sys --nostop 2> /dev/null 
    41 %define __upddeffont    [ -x %{_sbindir}/update-defaultfont ] && %{_sbindir}/update-defaultfont 2> /dev/null 
    42  
    4339%define fontdir %{_datadir}/fonts/%{name}/ 
    4440 
     
    10096 
    10197%post 
    102 %{_bindir}/mktcapdir %{fontdir} %{fontdir}/*.ttfconf 
    103 ( %{__upddeffont} ) ||: 
    104 ( %{__updmap} ) ||: 
    105 ( %{__fccache} %{fontdir} ) ||: 
     98%__font_install_post %{fontdir} 
    10699 
    107100%postun 
    108 %{_bindir}/mktcapdir %{fontdir} %{fontdir}/*.ttfconf 
    109 ( %{__upddeffont} ) ||: 
    110 ( %{__updmap} ) ||: 
    111 ( %{__fccache} %{fontdir} ) ||: 
     101%__font_install_postun %{fontdir} 
    112102 
    113103%clean