lilypond-devel
[Top][All Lists]
Advanced

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

Default font in 2.5.26 on Windows


From: Bertalan Fodor
Subject: Default font in 2.5.26 on Windows
Date: Tue, 31 May 2005 00:21:07 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

In font.scm there is:
(add-pango-fonts n 'roman "Century Schoolbook L" factor)
   (add-pango-fonts n 'sans "Luxi Sans" factor)

But on Windows these fonts are not present. So Pango goes back to some default: Bitstream Vera Sans for both. That's not optimal.

If I change font.scm to:
   (add-pango-fonts n 'roman "serif" factor)
   (add-pango-fonts n 'sans "sans-serif" factor)

it will use pango's preferences for fonts.

A user question: how to change globally the meaning of the family setting?

Bert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]