|
From: | Han-Wen Nienhuys |
Subject: | Re: make-dynamic-script doesn't change font |
Date: | Fri, 24 Jun 2005 10:08:23 +0200 |
User-agent: | Mozilla Thunderbird 1.0.2-6 (X11/20050513) |
Graham Percival wrote:
On 23-Jun-05, at 4:54 PM, Han-Wen Nienhuys wrote:You're trying to print espr in the dynamic font. Since pango is really smart, it notices that the dynamic font doesn't have an e, and substitutes a different font. Solution: make sure that espr isn't typeset in the dynamic font.How? Trying to explicitly set it to roman produces the same thing... fespr = #(make-dynamic-script (markup #:dynamic "f" #:roman "espr" ) ) { c4\fespr }
try setting font-encoding to '()(the fact that we still have font-encoding somewhere is a little wart, but i'm not going to fix it before 2.6)
-- Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen
[Prev in Thread] | Current Thread | [Next in Thread] |