freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Freetype


From: Werner LEMBERG
Subject: Re: [ft-devel] Freetype
Date: Mon, 19 Jan 2015 00:58:10 +0100 (CET)

Hello Alexandr!


> I have been porting freetype to STM32F429.  This device will be used
> for printing through the driver UNIDRV.DLL.  This driver sends
> commands to the printer format PCL5.  Print characters use different
> fonts.  Bitmap fonts for rasterization is done.  I would find how to
> make the font rasterization Truetype, Opentype.  At the moment,
> connected library freetype 1.3.1 as a lighter version and stopped at
> the next moment.

FreeType 1 is no longer supported.  Please use FreeType 2.  With its
modular design you should be able to deactivate all drivers not
necessary for your application.

> In the header font is transmitted 8 tables (actually 7 without
> gdir): [...]

I have no idea what you want to show.

> I have the following question - how using freetype library made
> rasterization signs?

Well, FreeType expects a font and a series of glyph indices (or
character codes) and converts the outlines contained in the font to
bitmaps.  It is up to you what you are doing with the output.

Since I don't know how PCL5 works I can't help.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]