> What is considered a font, right now, is based entirely on the
> extension of the filename. ".ttf",".otf",".ttc",".pfb" with ".pfa"
> in the works.

On Unix boxes, this is a bad idea.  The `classical' way to find out
the contents of a file is to use the `file' program which compares the
(beginning of the) file with some magic strings collected in a
database (normally in /usr/share/misc/magic).  Examples:

  $ file SY______
  SY______: PostScript Type 1 font program data
  $ file KozGoPro-Medium.otf
  KozGoPro-Medium.otf: OpenType font data


    Werner


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to