Mario
Thu Oct 12 04:13:02 CDT 2006
Our company makes printers and right now we need to create bitmaps for the
fonts. We would like to use a TTF file instead. So in our printer's
firmware we need to read a TTF File to get the font and use is to print on
our printer. That's why we need some source code to read TTF files.
--
Mario
"Tim Roberts" wrote:
> Mario <Mario@discussions.microsoft.com> wrote:
> >
> >I'm looking some source code in C to read TTF Files and print it.
>
> Print what? There are several good tools and sample applications on the
> web for reading and printing the tables in a TrueType file.
>
> Even Microsoft supplies some:
>
http://www.microsoft.com/typography/tools/tools.htm
>
> However, there are no bitmaps in a TTF font file. If you're hoping to
> print font samples, use the normal GDI APIs.
> --
> - Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc.
>