Re: [ft] glyph name bug

2005-12-08 Thread Werner LEMBERG
freetype tells me (via FT_Get_Glyph_Name()), that glyph 47 is L, yet actually the L is in glyph 46, and character 47 is empty. It seems that all char names are shifted one position to the right. The font's `post' table is of version 1, which means glyphs have the standard Macintosh

Re: [ft] Creating an [OT]TF font from BDF font

2005-12-08 Thread Mark Leisher
Juliusz Chroboczek wrote: You will find what I believe is the most up-to-date version of fonttosfnt in the X.Org CVS tree. There's also a version in XFree86, but I'm not sure it has been kept up to date. Precisely the answer I was looking for. Thanks, Juliusz. --

[ft] Re: [freetype] How to turn off anti-aliasing...

2005-12-08 Thread Jonathan Roewen
Hi, I want to completely turn off anti-aliasing, auto-hinting, and all other tricks freetype uses. Jonathan ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Creating an [OT]TF font from BDF font

2005-12-08 Thread Nelson H. F. Beebe
Can anyone recommend programs that create [OT]TF fonts from BDF fonts? fontforge: http://fontforge.sourceforge.net/ --- - Nelson H. F. BeebeTel: +1 801 581 5254 - -

[ft] otf2bdf tool...

2005-12-08 Thread Jonathan Roewen
Hi, This is probably the wrong place, but it concerns freetype I believe. http://dst.purevoid.org/antialiasing-to-mono.png is a screenshot of my BDF renderer at work (I have no idea why the y-offsets are wrong), and I'm particularly concerned about the output of Courier New @ 13pt/72dpi. To me,

Re: [ft] Creating an [OT]TF font from BDF font

2005-12-08 Thread Werner LEMBERG
Juliusz wrote fonttosfnt [...] [...] the plan was to use it to eliminate BDF/PCF fonts from the X distribution and ship only TTF files. That's been stalled for a couple of years as we need to preserve all of the mystic BDF properties, and be able to regenerate BDF fonts as needed (BDF being

Re: [ft] Re: [freetype] How to turn off anti-aliasing...

2005-12-08 Thread Jonathan Roewen
I want to completely turn off anti-aliasing, auto-hinting, and all other tricks freetype uses. What font format? TTF ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Creating an [OT]TF font from BDF font

2005-12-08 Thread Keith Packard
On Fri, 2005-12-09 at 01:07 +0100, Werner LEMBERG wrote: Hmm, why not simply adding a special `BDF ' table which holds all properties? This should be straightforward, and you get lossless conversion. Yes, this was my plan. I got side-tracked before I managed to implement it though. I need

Re: [ft] Creating an [OT]TF font from BDF font

2005-12-08 Thread Chia-I Wu
Hi, Juliusz wrote fonttosfnt which combines multiple BDF sizes into a single SFNT. It's in CVS at freedesktop.org in the xapps module I tried fonttosfnt some weeeks ago and found that it uses FT_Bitmap_Size-{height,width} for ppemY and ppemX. Shouldn't it be ppemX = ppemY =

Re: [ft-devel] No support for side-by-side installation of x86-64 and i386

2005-12-08 Thread Werner LEMBERG
* How about header files? The header files are separated completely? Or, the shareable headers are installed in /usr/include and other arch-dependent headers are separated in other directories? Or, system has only headers for most-suitable architechture? As far as I've seen,