Re: [ft-devel] ttfautohint: How to install

2011-07-07 Thread Werner LEMBERG

 Attached is a patch for tafpgm.c; please apply temporarily to make
 the `fpgm' table four bytes longer.

 Thanks for that.

Have you been able to test that?  Are fonts generated with the
slightly larger `fpgm' table rendered correctly, or do you still get
an egg-shaped `O' glyph?

Otherwise, I'm going to contact Greg Hitchcock from Microsoft, asking
for help.  Perhaps he can explain what's going on.


Werner

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] ttfautohint: How to install

2011-07-07 Thread vernon adams
Hi, sorry i forgot about that.
Patch wouldn't apply 
i get -


patching file tafpgm.c
patch:  malformed patch at line 14: };




My patch file looks like this (taken from your post) -


diff --git a/src/tafpgm.c b/src/tafpgm.c
index 1268e29..3874844 100644
--- a/src/tafpgm.c
+++ b/src/tafpgm.c
@@ -4298,6 +4298,11 @@ unsigned char FPGM(bci_hint_glyph) [] = {

  ENDF,

+  PUSHB_1,
+100,
+  FDEF,
+  ENDF,
+
};




-vern



On 7 Jul 2011, at 12:51, Werner LEMBERG wrote:

 
 Attached is a patch for tafpgm.c; please apply temporarily to make
 the `fpgm' table four bytes longer.
 
 Thanks for that.
 
 Have you been able to test that?  Are fonts generated with the
 slightly larger `fpgm' table rendered correctly, or do you still get
 an egg-shaped `O' glyph?
 
 Otherwise, I'm going to contact Greg Hitchcock from Microsoft, asking
 for help.  Perhaps he can explain what's going on.
 
 
Werner


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] ttfautohint: How to install

2011-07-07 Thread Werner LEMBERG

 My patch file looks like this (taken from your post) -
 
 
 diff --git a/src/tafpgm.c b/src/tafpgm.c
 index 1268e29..3874844 100644
 --- a/src/tafpgm.c
 +++ b/src/tafpgm.c
 @@ -4298,6 +4298,11 @@ unsigned char FPGM(bci_hint_glyph) [] = {
 
   ENDF,
 
 +  PUSHB_1,
 +100,
 +  FDEF,
 +  ENDF,
 +
 };

Yep, thanks.


Werner

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel