Re: Linux Libertine fonts
[email protected] (Ludovic Courtès)
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
Hi, Matej Nanut <[email protected]> skribis: > Now, when I try to use the italic face, what loads instead is the > "initials" face. You mean when viewing with Ghostscript or Ghostview, right? > I assume this is because the FontName property of both fonts is equal, > that being "LinLibertineI". I think the correct approach would be to > identify a font based on the FullName property. I have this: # Font definition for `LinLibertine_It' { @FontDef @Tag { "Linux-Libertine-Slope" } @Family { "Linux-Libertine" } @Face { "Slope" } @Name { "LinLibertineI" } @Metrics { "/usr/share/fonts/type1/linux-libertine/LinLibertine_It-2.5.7RO.afm" } @Mapping { "LtLatin1.LCM" } } But the corresponding .pfb/.pfa must be visible to Ghostscript if you want to be able to display it. Ludo’.