Re: Reference information on CreateScalableFontResource

2008-04-11 Thread Dmitry Timoshkov
"Jeremy White" <[EMAIL PROTECTED]> wrote: >> FONTDIR and all related font structures are well described in Windows 3.1 >> DDK I used to have (and use) 15 years ago. I put some knowledge about it >> when I was fixing after Huw tools/fnt2fon.c, that's a good piece of >> knowledge >> about Windows .

Re: Reference information on CreateScalableFontResource

2008-04-10 Thread Jeremy White
> FONTDIR and all related font structures are well described in Windows 3.1 > DDK I used to have (and use) 15 years ago. I put some knowledge about it > when I was fixing after Huw tools/fnt2fon.c, that's a good piece of > knowledge > about Windows .fon files. > Where in the DDK? I can't find a

Re: Reference information on CreateScalableFontResource

2008-04-09 Thread Dmitry Timoshkov
"Jeremy White" <[EMAIL PROTECTED]> wrote: > The hard parts were that the .fot format seems to be an NE image, but > it seems to have subtle bugs in it and that the FONTDIR resource structure > is not well documented. I've mostly sussed out how to use Freetype > to replicate most of the members; t

Reference information on CreateScalableFontResource

2008-04-09 Thread Jeremy White
I'm doing a brain dump for posterity on this task; you can tune out of this email; it's mostly meant for Google archiving purposes. I've spent far more time than I should on this implementation; I originally did a quick + dirty version that was not binary compatible with Windows .fot files. Worke