[ft] Question about font size

2006-09-09 Thread LonelyStar
Hello together, I am using freetype to load fonts and read vectorize them with FT_Outline_Decompose. I want to have exact controll over how many pixels the characters are in height. The FT_Vector I get during decomposing I am dividing by face-size-metrics.height and storing as a float. I was

Re: [ft] Question about font size

2006-09-09 Thread Werner LEMBERG
I am using freetype to load fonts and read vectorize them with FT_Outline_Decompose. I want to have exact controll over how many pixels the characters are in height. The FT_Vector I get during decomposing I am dividing by face-size-metrics.height and storing as a float. I was expecting

Re: [ft] Question about font size

2006-09-09 Thread LonelyStar
Werner LEMBERG wrote: I am using freetype to load fonts and read vectorize them with FT_Outline_Decompose. I want to have exact controll over how many pixels the characters are in height. The FT_Vector I get during decomposing I am dividing by face-size-metrics.height and storing as

Re: [ft-devel] Re: Preliminary support to CMap files on CID-keyed fonts.

2006-09-09 Thread mpsuzuki
Hi, On Sat, 09 Sep 2006 09:14:56 +0200 (CEST) Werner LEMBERG [EMAIL PROTECTED] wrote: Hidetoshi, three years ago you've sent a preliminary version of your CMap support to the list. Today this is still missing in FreeType. Is there any progress? A few months ago, I discussed with Masatake Yamato

Re: [ft-devel] Re: Preliminary support to CMap files on CID-keyed fonts.

2006-09-09 Thread Werner LEMBERG
A few months ago, I discussed with Masatake Yamato about this issue: it should be finished soon (or not)? with Masatake Yamato. What should be finished? The discussion or the implementation? I understand Hidetoshi's work was an intention to emulate TTF-like properties in FT_Face, by

Re: [ft-devel] Re: Preliminary support to CMap files on CID-keyed fonts.

2006-09-09 Thread mpsuzuki
On Sat, 09 Sep 2006 15:16:46 +0200 (CEST) Werner LEMBERG [EMAIL PROTECTED] wrote: A few months ago, I discussed with Masatake Yamato about this issue: it should be finished soon (or not)? with Masatake Yamato. What should be finished? The discussion or the implementation? Sorry, we've