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=529594


fujiwara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #366194|0                           |1
        is obsolete|                            |




--- Comment #28 from fujiwara <[email protected]>  2009-12-02 05:43:39 EDT ---
Created an attachment (id=375392)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=375392)
Patch for fontconfig comcharset

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.

_______________________________________________
Fedora-fonts-bugs-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

Reply via email to