After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 310316 - localized fontname in pango fontmap
localized fontname in pango fontmap
Status: RESOLVED DUPLICATE of bug 95731
Product: pango
Classification: Platform
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2005-07-14 07:02 UTC by Young-Ho Cha
Modified: 2005-07-14 14:30 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
pangofc-fontmap.c patch (1.63 KB, patch)
2005-07-14 07:04 UTC, Young-Ho Cha
none Details | Review

Description Young-Ho Cha 2005-07-14 07:02:14 UTC
in pangofc-fontmap.c, font family name is just 1st element of family name in
fontconfig.

should you display suitable font name by locale?
Comment 1 Young-Ho Cha 2005-07-14 07:04:33 UTC
Created attachment 49150 [details] [review]
pangofc-fontmap.c patch

quick and dirty fontmap patch that get family name by locale environment value.
Comment 2 Owen Taylor 2005-07-14 14:30:52 UTC
This is only something I'm going to do as new API; the current family
name will not be localized, then there will be new API to get a localized
family name for a specific language tag.

*** This bug has been marked as a duplicate of 95731 ***