Issue 20898 - Some fonts installed with STD_FONTUNX_FILE are not described properly
Summary: Some fonts installed with STD_FONTUNX_FILE are not described properly
Status: CLOSED WONT_FIX
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 1.1
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: christof.pintaske
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-08 16:52 UTC by akk
Modified: 2003-10-14 11:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
One of two trouble fonts (150.62 KB, application/octet-stream)
2003-10-08 16:55 UTC, akk
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description akk 2003-10-08 16:52:48 UTC
After I have added Nimbus Roman fonts to installation set I build myself bold
ones are attributed as normal after setup.

Added with lines
STD_FONTUNX_FILE( GID_FILE_FNT_NIMBUSROMAN, NimbusRoman.ttf, Nimbus Roman No9 L)
STD_FONTUNX_FILE( GID_FILE_FNT_NIMBUSROMANBD, NimbusRomanBd.ttf, Nimbus Roman
No9 L Bold)
STD_FONTUNX_FILE( GID_FILE_FNT_NIMBUSROMANBO, NimbusRomanBO.ttf, Nimbus Roman
No9 L Bold Oblique)
STD_FONTUNX_FILE( GID_FILE_FNT_NIMBUSROMANOB, NimbusRomanOb.ttf, Nimbus Roman
No9 L Oblique)
in files.scp

Nimbus Sans added with

STD_FONTUNX_FILE( GID_FILE_FNT_NIMBUS, Nimbus.ttf, Nimbus Sans L)
STD_FONTUNX_FILE( GID_FILE_FNT_NIMBUSBD, NimbusBd.ttf, Nimbus Sans L Bold)
STD_FONTUNX_FILE( GID_FILE_FNT_NIMBUSBO, NimbusBO.ttf, Nimbus Sans L Bold Oblique)
STD_FONTUNX_FILE( GID_FILE_FNT_NIMBUSOB, NimbusOb.ttf, Nimbus Sans L Oblique)

is attributed correctly.
Comment 1 akk 2003-10-08 16:55:39 UTC
Created attachment 10119 [details]
One of two trouble fonts
Comment 2 christof.pintaske 2003-10-08 17:29:34 UTC
The TrueType table of this font does not identify it as a bold font.
The panose information and the os2 table both say that it is a regular
font. Please check back with whereever you got this font from.
Comment 3 christof.pintaske 2003-10-14 11:42:32 UTC
closed