RE: [ft-devel] Determining the size of space character

2006-08-22 Thread Ivan Tarapov
Of Russell Shaw Sent: Tuesday, August 22, 2006 6:02 AM Cc: freetype-devel@nongnu.org Subject: Re: [ft-devel] Determining the size of space character Ivan Tarapov wrote: Hello, I am involved in a project that uses FLTK+microwindows on a linux-based system. We use freetype 2.2.1 for rendering

RE: [ft-devel] Determining the size of space character

2006-08-22 Thread Ivan Tarapov
into account. Ivan -Original Message- From: Werner LEMBERG [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 8:28 AM To: [EMAIL PROTECTED] Cc: freetype-devel@nongnu.org Subject: Re: [ft-devel] Determining the size of space character I have been struggling for a long time to get

Re: [ft-devel] Determining the size of space character

2006-08-22 Thread Russell Shaw
Ivan Tarapov wrote: Russel, I got freetype from CVS - there were some differences from the 2.2.1 version I am using, but the problem with calculation of CBox for space character is not fixed. Basically the code is like this: error = FT_Load_Glyph(face, curchar, FT_LOAD_DEFAULT); . error

[ft-devel] Determining the size of space character

2006-08-21 Thread Ivan Tarapov
Hello, I am involved in a project that uses FLTK+microwindows on a linux-based system. We use freetype 2.2.1 for rendering of ttf fonts. I have been struggling for a long time to get it to determine the size in pixels of the passed string correctly. What I dug up is this: