lilypond-devel
[Top][All Lists]
Advanced

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

making an `installed-font?' scheme function


From: Mark Polesky
Subject: making an `installed-font?' scheme function
Date: Wed, 28 Aug 2013 11:31:05 -0700 (PDT)

On -user I asked if it were possible to specify a cascade of
alternative font selections à la html/css, and I didn't get
very far.

So I'll ask here, a slightly different question: Is there a
way to implement a scheme function like `installed-font?'
where you could do things like:

(if (installed-font? "Times New Roman")
  (markup (#:override '(font-name . "Times New Roman") expr))
  (markup expr))

Even without a full solution, does anyone know a direction 
to try with this?

Thanks.
- Mark




reply via email to

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