[Fedora-i18n-bugs] [Bug 228804] [CJK] different fonts used for Latin and Common chars

bugzilla at redhat.com bugzilla at redhat.com
Wed Mar 3 10:14:02 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=228804

--- Comment #17 from fujiwara <tfujiwar at redhat.com> 2010-03-03 05:13:26 EST ---
Created an attachment (id=397520)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=397520)
Patch for fontconfig comcharset

Sigh, opening duplicated bugs.

Copying the description since it's under the discussion.

This is a feature to customize pango common script in fontconfig.

 <match target="font">
  <test name="family" compare="contains">
   <string>AR PL</string>
  </test> 
  <edit name="compcharset" mode="assign">
   <compcharset>
   <complang>zh</complang>
   <compmode>weak</compmode>
   <string>0x00-0x7F</string>
   </compcharset>
  </edit>
 </match>

If the config file has the lines, fc-match shows the composite char flags.
The idea is, if compmode is weak, the code point is weak in the specified font
and get the char from other fonts when "monospace", "sans" or "sans-serif" is
referred.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list