[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] "Arial Narrow" Font Error with Version 2.4.7
From: |
Werner LEMBERG |
Subject: |
Re: [ft] "Arial Narrow" Font Error with Version 2.4.7 |
Date: |
Mon, 24 Oct 2011 13:40:06 +0200 (CEST) |
> I have the same problem with the "Arial Narrow" Font like in the
> following post:
>
> http://osdir.com/ml/fonts.freetype.devel/2007-02/msg00023.html
>
> Have you already an answer?
>
> At first I'm using the Freetype version 2.1.1, but the fonts
> msgothic.ttc and msmincho.ttc returns as family_name "????", so I've
> tried a newer version. Now I've tried 2.4.6 and 2.4.7. but the
> function FT_New_Face(...) returns for the "arialn.ttf" font
> following:
>
> family_name "Arial"
> style_name "Narrow"
Hmm. AFAIK, this has been fixed already. Trying with ftdump from
current git (which is essentially 2.4.7), I see
> ftdump arialn.ttf
There is 1 face in this file.
----- Face number: 0 -----
font name entries
family: Arial Narrow
style: Regular
postscript: ArialNarrow
...
I've tested this with Arial Narrow 2.35.
> Another incorrect fonts are:
>
> - "Bondi MT Black" (bod_blai.ttf)
> - "Bondi MT Condensed" (bod_cb.ttf)
> - "Bondi MT Poster Compressed" (bod_pstc.ttf)
> - "Segoe UI Light" (segoeuil.ttf) and
> - "Segoe UI Semibold" (seguisb.ttf)
Since I don't use Windows I have no access to those fonts...
Grüße aus Wien!
Werner