Issue 22804 - No font display in Setup GUI (Korean with Baekmuk fonts only)
Summary: No font display in Setup GUI (Korean with Baekmuk fonts only)
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC5
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1.1
Assignee: Olaf Felka
QA Contact: issues@gsl
URL:
Keywords:
: 22806 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-11-24 15:20 UTC by Olaf Felka
Modified: 2004-01-28 11:01 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Olaf Felka 2003-11-24 15:20:47 UTC
- seen on RH9 with ko locale
- setup gui shows squares instead of font
- usable fonts on the system:
-misc-baekmuk batang-medium-r-normal--0-0-0-0-c-0-iso10646-1
-misc-baekmuk dotum-medium-r-normal--0-0-0-0-c-0-iso10646-1
-misc-baekmuk gulim-medium-r-normal--0-0-0-0-c-0-iso10646-1
-misc-baekmuk headline-medium-r-normal--0-0-0-0-c-0-iso10646-1
Comment 1 philipp.lohmann 2003-11-24 15:26:15 UTC
pl->hdu: you twitched ;-)
Comment 2 philipp.lohmann 2003-11-24 15:51:43 UTC
*** Issue 22806 has been marked as a duplicate of this issue. ***
Comment 3 hdu@apache.org 2003-11-25 11:59:27 UTC
.
Comment 4 khirano 2003-11-27 07:01:28 UTC
baekmuk batang
baekmuk dotum
baekmuk gulim
baekmuk headline
Is it possible to add correct Korean ttf font names for the above to
the code?
Please refer to:
http://www.transwift.net/ooo/korean_ttf_font_names.html
Comment 5 hdu@apache.org 2003-12-02 14:34:05 UTC
I added the Baekmuk font fallbacks in CWS vcl7pp1r4 for target OOo
1.1.1 and CWS vcl17 for target OOo 2.
Comment 6 khirano 2003-12-04 13:35:04 UTC
Thanks hdu-san,

I saw the following:
User: hdu     
Date: 03/11/28 06:56:04
Modified:    vcl/source/gdi Tag: cws_src680_vcl17 outdev3.cxx
Log:
#i22804# improve handling of korean Baekmuk fonts, also glyph fallback
list

How about /vcl/source/gdi/fontcfg.cxx? 
Comment 7 khirano 2003-12-04 14:35:01 UTC
Please refer to:
http://www.openoffice.org/issues/show_bug.cgi?id=23196
Comment 8 hdu@apache.org 2003-12-04 14:47:10 UTC
Thanks khirano-san :-)
Oh the joy of multi-CWS issues...

I also fixed the KochiGochi->KochiGothic typo from issue 23196.
Comment 9 khirano 2003-12-04 15:30:15 UTC
Joy to the world!
The lord is come!
Let multi-CWS receive her fix!

Merry X'mas is coming soon!
New snapshot 680_m17 is coming soon! :-)
Comment 10 khirano 2003-12-04 15:36:34 UTC
Typo again!

kochigGothic: Very wrong!

Kochi Gothic: Correct!

Comment 11 khirano 2003-12-04 15:40:53 UTC
Make sure again please:

"kochigGothic;gothic" -> "Kochi Gothic;Gothic"

Thanks
Comment 12 hdu@apache.org 2003-12-04 16:20:02 UTC
Darn. This new typo shows that it is time to go home for today.
Removing the capitalization and the blanks in the font names doesn't
matter, because all font name lists go through the
ImplGetEnglishSearchFontName() function anyway, which does just this.
When these strings are already in their normalized form, things just
go a little faster and use a little less memory.
Comment 13 khirano 2003-12-04 16:33:22 UTC
- #define FALLBACKFONT_UI_SANS_JAPANESE2 "kochigGothic;gothic"
+ #define FALLBACKFONT_UI_SANS_JAPANESE2 "kochigothic;gothic"

Before you go home, please tell me. :-)
You mean that "kochigothic;gothic" is the same as or even better than
"Kochi Gothic;Gothic"?
Comment 14 hdu@apache.org 2003-12-05 06:43:49 UTC
Yes.
Comment 15 hdu@apache.org 2003-12-18 17:12:31 UTC
HDU->US: please verify in CWS vcl7pp1r4.
Comment 16 Olaf Felka 2003-12-19 10:23:17 UTC
of: Verified in cws vcl7pp1r4
Comment 17 ulf.stroehler 2003-12-19 19:48:02 UTC
On behalf of of of@openoffice.org setting issue to Resolved FIXED in order to
mark issue Verified. 
Comment 18 ulf.stroehler 2003-12-19 19:48:45 UTC
Issue VERIFIED.
Comment 19 ulf.stroehler 2004-01-20 15:14:30 UTC
Issue re-VERIFIED on resynced cws vcl7pp1r4.
Comment 20 ulf.stroehler 2004-01-28 09:56:37 UTC
US->OF: could you pls. take over an verify this one on the master. Thanks a lot.
Comment 21 Olaf Felka 2004-01-28 11:01:22 UTC
Ok in srx645m27s1
Comment 22 Olaf Felka 2004-01-28 11:01:46 UTC
Fixed