[Pidgin] #191: Need to be able to customize theme on per-buddy basis

Pidgin trac at pidgin.im
Wed Apr 18 11:44:42 EDT 2007


#191: Need to be able to customize theme on per-buddy basis
---------------------------+------------------------------------------------
  Reporter:  elephas       |       Owner:  elb                     
      Type:  enhancement   |      Status:  new                     
  Priority:  minor         |   Milestone:                          
 Component:  pidgin (gtk)  |     Version:  2.0                     
Resolution:                |    Keywords:  customization font buddy
---------------------------+------------------------------------------------
Comment (by elb):

 The reply by khc gets straight to the point -- fontconfig allows you to
 select a set of fonts to be used for Gtk+ rendering, and the appropriate
 set of fonts should make things prettier.

 The basic tactic you'll want to use is to put a general-purpose font first
 in your list, and follow it with fonts for particular character sets.  For
 example, I use:

 {{{
         <alias>
                 <family>sans-serif</family>
                 <prefer>
                         <family>Arial</family>
                         <family>Kochi Gothic</family>
                         <family>Baekmuk Gulim</family>
                         <family>Raghu8</family>
                         <family>TabAvarangal2</family>
                         <family>Pothana2000</family>
                         <family>Code2001</family>
                         <family>Bitstream Cyberbit</family>
                 </prefer>
         </alias>
 }}}

 (I really only care about the first two, the remainder just clean up
 glyphs for testing, more or less.)

-- 
Ticket URL: <http://developer.pidgin.im/ticket/191#comment:3>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list