Has anyone actually created a custom font using the font editor and added it on
windows??

I've asked Sergey (the font editor owner) but he doesn't work on CW.  My guess
is that I need
to create a resource description file (.r) compile it using CW's Rez compiler,
but I have no idea
how to set up that .r file.

I've got a binary .ptf file that I need to include (somehow as a resource)
I expect my .r file will need to look somthing like this...but I'm not sure what
it should be.

Type 'Font' {
     point;    //????
};

Resource 'Font' (1000) {
Include "myfont.pft";
}

If someone has created this .r file and used it, maybe you could drop a copy on
here so everyone would know how to do this.

Thanks

Mike


Reply via email to