bug-lilypond
[Top][All Lists]
Advanced

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

Issue 224 in project lilypond


From: codesite-noreply
Subject: Issue 224 in project lilypond
Date: Sat, 06 Jan 2007 16:18:54 -0800

Issue 224: loading DejaVuLGCSansMono.ttf replaces spaces by ! http://code.google.com/p/lilypond/issues/detail?id=224

Comment #3 by lemzwerg:
On the other hand, I think it's a bug in lilypond also:  In the file
you've sent to me I see

 /CharStrings 2268 dict dup begin
   /glyphIndex0 0 def
   /.null 1 def
   ...

but this should be

 /CharStrings 2268 dict dup begin
   /.notdef 0 def
   /.null 1 def
   ...

A PS font always must have a .notdef glyph.

However, if I change this manually in the PS file, I still see the exclamation
marks.  Strange.

Regarding the bug in FreeType: It has an off by one problem to display a Type 42
font which has two `/.notdef 0 def' entries.  If there isn't a .notdef glyph,
FreeType refuses to load the font at all.  I think it's not worth to think
further about this FreeType problem.




--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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