http://www.openoffice.org/issues/show_bug.cgi?id=33947






------- 追加コメントです。ユーザ名: [EMAIL PROTECTED] 2005/07/22 10:07:05 -0700 -------
Observation:
 The font fallback system seems not to work well on the build 680m106
 while the same system in the build 645m52 (StarSuite 7 + PU4) works.

Problem:
 An existence of glyphs in the font StarSymbol seems to sabotage 
 the font fallback system on the recent 680s.

Descriptions:
(680m106)
 A font file EUDC.ttf, originally called EUDC.TTE, seems to work with 
 build 680m106 if a font file starsymb.ttf for StarSymbol has been 
 removed from share/fonts/truetype with spadmin.

 StarSymbol has glyphs in the same code range as EUDC.ttf occupies. 

 Codes which have been token away from the font StarSymbol with a font 
 file manipulation tool such as FontForge become to be displayed as a 
 fallback font like EUDC. 

 Those facts could imply that glyphs in the font StarSymbol is prior 
 to glyphs in the other fallback fonts. 

(645m52)
 In the contrast to the build 680m106, StarSuite 7 PU4 bundled in 
 Solaris 10 3/05 seems to work with the font fallback system. 

 The following process lets StarSuite 7 recognize the font EUDC.
  cd /usr/starsuite7/program
  mv libvcl645si.so libvcl645si.so.saved
  perl -pe 's/arialunicodems;/eudc;unicodems;/' libvcl645si.so.saved >
libvcl645si.so
  strings libvcl645si.so | grep starsymbol

 vcl/source/gdi/outdev3.cxx:
   arialunicodems;andalesansui;cyberbit;starsymbol;opensymbol;....
 will be substituted with
   eudc;unicodems;andalesansui;cyberbit;starsymbol;opensymbol;....

Background:
 In the typical use, users assign one Japanese font name, e.g. HG-MinchoL-Sun, 
 to both normal Japanese characters and End User Defined Characters. 
 Please imagine that a single font name could be assigned to a cell which 
 contains both types of characters on Calc.

 Migration from Windows PCs to Sun Ray terminals will definitely 
 demand capability of handling End User Defined Characters. 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to