Opened 17 years ago
Closed 17 years ago
#1685 closed enhancement (fixed)
CJK Unicode font
Reported by: | anthonylee | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1/alpha1 |
Component: | Servers/app_server | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
App_server seems unable to display some CJK fonts. Here is the patch for that, and the reason cause that is:
Thought FT_LOAD_NORMAL specified, FreeType2 still render a mono-bitmap because it's unneccesary to generate GRAY8 sometimes.
Attachments (3)
Change History (6)
comment:1 by , 17 years ago
by , 17 years ago
Attachment: | app-server-unicode-font.diff added |
---|
Newer patch for app_server's FontEngine & Desktop
comment:2 by , 17 years ago
Milestone: | R1 → R1/alpha |
---|---|
Owner: | changed from | to
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I applied the correct patch in hrev23269. I guess it can be considered fixed? :-)
Thanks for the patches!
Note:
See TracTickets
for help on using tickets.
Yet again, I found that DesktopSettingsPrivate created before gFontManage->AttachUser(). It cause font settings lost when I use fonts from /boot/home/config/fonts/ttfonts.
And, forgot the "app-server-unicode-font.diff" I attached before. Here is the new patch for this two enhancements.
I also attached the screenshot both running with original app_server and patched one.