Unsaubere Darstellung von Helvetica und Times in StarOffice

Supportdatenbank (wessels_helvetica)
Bezieht sich auf

SuSE Linux: Version 7.3

Symptom

Die Schriften Helvetica und Times werden unsauber dargestellt.

Lösung

Editieren Sie die XF86Config (je nach XFree86 Version unter /etc oder /etc/X11 zu finden) und Sie unter:


Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
[...]
EndSection

alle :unscaled Einträge, so dass anschliessend die Einträge wie folgt aussehen:


Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
[...]
EndSection

oder


Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"#:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc"#:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"#:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"#:unscaled"
[...]
EndSection

Starten Sie anschliessend den X Server neu und testen Sie die Veränderungen.

Bei dieser Veränderung kann es vorkommen, dass andere Fonts in Mitleidenschaft gezogen werden. Daher ist diese Lösung nur als Workaround und nicht als endgültige Lösung zu betrachten. Eine bei weitem elegantere Lösung ist die Installation von TrueType Schriftarten mittels fetchmsttfonts eher zu empfehlen.

Nähere Informationen zum Thema Installation von Truetype Fonts entnehmen Sie bitte folgenden Artikeln:

http://sdb.suse.de/de/sdb/html/chofman_ttf_72.html

http://sdb.suse.de/de/sdb/html/chofman_ttf_71.html


Stichwörter: HELVETICA, TIMES, STAROFFICE52, 5.2, SCHRIFTEN, TRUETYPEFONTS, TTF, SOFFICE, OFFICE

SDB-wessels_helvetica, Copyright SuSE Linux AG, Nürnberg, Germany - Version: 02. Nov 2001
SuSE Linux AG - Zuletzt generiert: 11. Feb 2002 von wessels (sdb_gen 1.40.0)