[PATCH xserver] meson: Add option to set default font path (v2)

Keith Packard keithp at keithp.com
Tue Mar 27 16:47:55 UTC 2018


Adam Jackson <ajax at redhat.com> writes:

> +    default_font_path = ','.join([
> +        join_paths(fontrootdir, 'misc'),
> +        join_paths(fontrootdir, 'TTF'),
> +        join_paths(fontrootdir, 'OTF'),
> +        join_paths(fontrootdir, 'Type1'),
> +        join_paths(fontrootdir, '75dpi'),
> +        join_paths(fontrootdir, '100dpi'),

So close! The current default sticks 100dpi ahead of 75dpi.

Do we care about using meson for OS X yet? There are some extra paths
added in that case (/Library/Fonts and /System/Library/Fonts).

With the bitmap fonts reversed, this is

Reviewed-by: Keith Packard <keithp at keithp.com>

-- 
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.x.org/archives/xorg-devel/attachments/20180327/d9b2a1f4/attachment.sig>


More information about the xorg-devel mailing list