From: Jim Moy Date: 2004-04-27T00:38:24+09:00 Subject: Re: FoX: how to set font for an FXTable item Yuri Leikind wrote: > Is there a way to set font for a single FXTableItem ? FXTableItem does not > have an appropriate method, there is only a way to set font for the whole > FXTable, globally. Call FXTableItem.setItem on your subclass of FXTableItem, then twiddle to your heart's content in drawContent. Jim