- All Implemented Interfaces:
- de.intarsys.nativec.type.INativeObject
public class FTLibrary
extends de.intarsys.nativec.type.NativeStaticStruct
A handle to a FreeType library instance. Each `library' is completely
independent from the others; it is the `root' of a set of objects like fonts,
faces, sizes, etc. It also embeds a memory manager (see FT_Memory), as well
as a scan-line converter object (see FT_Raster). note Library objects are
normally created by FT_Init_FreeType, and destroyed with FT_Done_FreeType.