Re: [ft-devel] Generating Windows text metrics

2013-01-23 Thread Huw Davies
On Tue, Jan 22, 2013 at 04:03:20PM +, Tony Smith wrote: In the Windows API function ::CreateFont the height can be passed in two ways. A negative height gives metrics for fit to character height and a positive heights means fit to cell height. Here is the MSDN page for some more details.

[ft-devel] Patch to allow '\0' in sfnt name table entries

2012-03-14 Thread Huw Davies
Hi, The attached patch fixes a problem with fonts that include a trailing '\0' in name table entries. Currently the font name would have a question mark appended to it. Huw. From 7949fcbd2e865b2a1fcf61a0cae04401169ea858 Mon Sep 17 00:00:00 2001 From: Huw Davies h...@codeweavers.com Date: Wed

Re: [ft-devel] Patch to allow '\0' in sfnt name table entries

2012-03-14 Thread Huw Davies
On Wed, Mar 14, 2012 at 07:58:55AM -0400, Alexei Podtelezhnikov wrote: On Wed, Mar 14, 2012 at 7:26 AM, Huw Davies h...@codeweavers.com wrote: The attached patch fixes a problem with fonts that include a trailing '\0' in name table entries.  Currently the font name would have a question

Re: [ft-devel] Patch to allow '\0' in sfnt name table entries

2012-03-14 Thread Huw Davies
On Wed, Mar 14, 2012 at 08:53:28AM -0400, Alexei Podtelezhnikov wrote: Then I would prefer if (code == 0) break; Works for me. See attached. Huw. From 137db2199aee433badb892bc7287d3eca5d4f2a4 Mon Sep 17 00:00:00 2001 From: Huw Davies h...@codeweavers.com Date: Wed, 14 Mar 2012 13:21

Re: [ft-devel] Patch to allow '\0' in sfnt name table entries

2012-03-14 Thread Huw Davies
On Wed, Mar 14, 2012 at 05:20:34PM +0100, Werner LEMBERG wrote: I was quicker :-) Please resend your patch relative to the current git. Here you go. Huw. From 53f1b3aa88055a4fbc36e9654a48ed84d395f502 Mon Sep 17 00:00:00 2001 From: Huw Davies h...@codeweavers.com Date: Wed, 14 Mar 2012 16:25

[ft-devel] Git and ChangeLogs

2009-03-25 Thread Huw Davies
On Wed, Mar 25, 2009 at 03:37:13PM +0100, David Turner wrote: I also tried to apply your previous set of patches to the git repository, and it failed due to inconsistencies with the ChangeLog file. Can I ask you to provide a second set of patches from a more recent commit ? For what it's