Adam Jackson <a...@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 <kei...@keithp.com>

-- 
-keith

Attachment: signature.asc
Description: PGP signature

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to