Migration to GnuCash 2.6 from 2.4 problem with display of currency

John Ralls jralls at ceridwen.us
Mon Jan 20 18:00:25 EST 2014


On Jan 20, 2014, at 2:38 PM, Mike Alexander <mta at umich.edu> wrote:

> --On January 20, 2014 8:06:56 PM +0000 Kwadwo Owusu <kwadwo.owusu at gmail.com> wrote:
> 
>> I will try your suggestions. I am running GnuCash on a MacBook Air OS
>> X Mavericks 10.9.1
> 
> It occurred to me after my previous message that the reason neither of us can get the special character in the Ghana currency symbol to display properly might be because we're using a font that doesn't include it.  Unfortunately I don't have any idea how to change the font used by the native Mac version of Gnucash, if it is even possible.  I know how to do it in the X Window version and the font I'm using there displays that symbol correctly.
> 

You do it the same way everywhere. Create a ~/.gtkrc-2.0 with the following contents:

style "font"
{
  font_name = "Arial Narrow 12"
}
widget_class "*" style "font"
gtk-font-name = "Arial Narrow 12”

Substitute any font in FontBook for “Arial Narrow 12”.

Regards,
John Ralls




More information about the gnucash-user mailing list