freetype
[Top][All Lists]
Advanced

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

Re: [ft] FreeType


From: Lawrence D'Oliveiro
Subject: Re: [ft] FreeType
Date: Thu, 20 Aug 2015 09:45:55 +1200

On Wed, 19 Aug 2015 16:33:09 +0100, Tom Harlock wrote:

> I am looking to take a single truetype glyph's bytecode parse it and
> draw it (i.e. a single character, extracted from the map).

FreeType will give you a glyph
<http://freetype.org/freetype2/docs/reference/ft2-glyph_management.html>,
from which you can get the outline geometry
<http://freetype.org/freetype2/docs/reference/ft2-outline_processing.html>.
This works across the font formats that FreeType supports.

If you want “bytecode” specific to a particular format, perhaps you
don’t want FreeType at all?



reply via email to

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