On Mon, Aug 26, 2002 at 03:38:05PM +0200, Frederic Gobry wrote: > Hi ! > > I was wondering about the current status of unicode in picogui: I've > seen the screenshots of the textbox with Japanese text in it, but when > I create a simple dialog with utf-8 text in it, it gets displayed as > "non-unicode" text... > > - So, is the support provided on a per-widget basis (and if yes, which > are the ones) ?
In the main branch of picogui, to get unicode you have to create a font with the PG_FSTYLE_ENCODING_UNICODE flag, and use a font that has the characters you want. See the apps/hello/hello-ja.c demo In the textbox_branch, it automatically detects UTF-8 text, but you still have to specify a font that includes the characters you want. Support for automaticlaly searching for characters in other fonts is planned, but not done yet. > > - are there plans for pango-like support (bi-directional writing, > complex kerning,...) ? I'd like to refactor the font code to have support for this, and better FreeType support. There's been no work on this so far though. > > Thanks, > Fr?d?ric > > -- > Fr?d?ric Gobry SMARTDATA > --- http://www.smartdata.ch > Software Engineer Lausanne - Switzerland > +41 21 693 84 98 > -- Only you can prevent creeping featurism! ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
