Re: [Gimp-user] Gimp Font List or remove unwanted fonts



Am 27.03.2016 um 07:27 schrieb MareroQ:
Try it my way (it works for Windows - so maybe also for Mac).

Find the file fonts.conf (... / etc / fonts /)

Expanding on that - modifying the fontconfig settings is the way to go.

Instead of modifying the global configuration - which might be
overwritten by a new GIMP package - making changes to your own personal
fonts.conf file is more durable.

The docs intended for fontconfig users are located at
https://www.freedesktop.org/software/fontconfig/fontconfig-user.html

In principle, you want something along the lines of

<selectfont>
    <rejectfont>
        <glob>/usr/share/fonts/foo/*</glob>
    </rejectfont>
</selectfont>

or maybe a more fine-grained rejection based on font family names (or
other attributes):

<selectfont>
    <rejectfont>
        <pattern>
            <patelt name="family" >
                <string>bar</string>
            </patelt>
        </pattern>
    </rejectfont>
</selectfont>

Examples taken from
https://wiki.archlinux.org/index.php/Font_configuration#Whitelisting_and_blacklisting_fonts


-- 
Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]