On Fri, 3 Mar 2006 13:54:19 +0800
"Lee Jingbo" <[EMAIL PROTECTED]> wrote:

> 
> 
> Is there a way that i can add some localization code for IDE's Form code ?
> For example, i want to set the font of IDE's Form to 'song ti', for i am a
> user in China, and which may make IDE looks better.

If you use gtk (linux/MacOSX/FreeBSD) then maybe this works:
Create a lazarus.gtkrc file with the following content and put it into
lazarus directory where the 'lazarus' executable is:

style "default"
{
  font = "-*-lucida-medium-r-normal-*-10-*-*-*-*-*-iso8859-1"
}
widget_class "*" style "default"

You can find the correct font name in the font selector of the environment
options > editor options > display > font > browse.


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to