> On line 243 [of `ftcommon.c'], it checks for the extension of the
> font file and proceeds further.  Now `type1' files have fixed
> extensions `pfa' or `pfb' so there is no problem, but `gf' or `pk'
> files can have varied extensions and thus is not invoking the `tfm'
> module, what do you suggest?

Well, simply extend the code to expect file names of the form

   <name> '.' [<integer>] 'gf'

[It perhaps makes sense to emit a minor warning on stderr in case the
 value of <integer> doesn't fit the GF file's resolution.]


    Werner

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

Reply via email to