Fonts

Eliot Moss moss@cs.umass.edu
Sun May 10 09:52:00 GMT 2015


On 5/9/2015 4:41 PM, Marco Atzeri wrote:

>> I try to set lyrics with:
>>
>> \override Score . LyricText #'font-name = "Times Roman"
>>
>> and I get this message (several times):
>>
>> warning: no PostScript font name for font
>> `/usr/share/fonts/100dpi/timR24-ISO8859-1.pcf.gz'
>> warning: FreeType face has no PostScript font name
>
> $ fc-query.exe /usr/share/fonts/75dpi/timR24-ISO8859-1.pcf.gz
>
> family: "Times"(s)
>
> Try dropping the "Roman"

Just putting "Times" does not work.  lilypond/guile seem to recognize
Times Roman at some level, since if I put anything else, including just
Times, I don't get warnings, but I do get a default sans serif font stuck
in by lilypond.

Here's the fc-query information for the font:

fc-query /usr/share/fonts/100dpi/timR24-ISO8859-1.pcf.gz
Pattern has 19 elts (size 32)
         family: "Times"(s)
         style: "Regular"(s)
         slant: 0(i)(s)
         weight: 80(i)(s)
         width: 100(i)(s)
         pixelsize: 34(f)(s)
         foundry: "Adobe"(s)
         antialias: False(s)
         file: "/usr/share/fonts/100dpi/timR24-ISO8859-1.pcf.gz"(s)
         index: 0(i)(s)
         outline: False(s)
         scalable: False(s)
         charset:
         0000: 00000001 ffffffff ffffffff 7fffffff 00000000 ffffffff ffffffff ffffffff
(s)
         lang: 
aa|ay|bi|br|ch|da|de|en|es|eu|fj|fo|fur|fy|gd|gl|gv|ho|ia|id|ie|io|is|it|lb|mg|nb|nds|nl|nn|no|nr|oc|om|pt|rm|sma|smj|so|sq|ss|st|sv|sw|tl|ts|uz|vo|wa|xh|yap|zu|an|fil|ht|jv|kj|kwm|li|ms|ng|pap-an|pap-aw|rn|rw|sc|sg|sn|su|za(s)
         fontversion: 0(i)(s)
         fontformat: "PCF"(s)
         decorative: False(s)
         hash: "sha256:5df8425881526fb177ab9b8e9fcd8a9243b63e220b46b25f69f195f82319c2ff"(s)
         postscriptname: "Times"(s)

Here's my suspicion: One part of the software is matching on Times Roman, another on Times, and
as a result the overall matching fails, no matter what I write.  It seems that some mapping table
is missing or incorrect ...

Eliot

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list