1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-26 00:25:52 +00:00
QB64-PE/internal/c/parts/video/font/ttf/download
2015-08-02 05:12:44 -07:00
..
FreeTypeAmalgam.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
FreeTypeAmalgam.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
FTL.TXT (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
GPLv2.TXT (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
LICENSE.TXT (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
README.md (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00

FreeType Amalgamation

A distribution of the FreeType library in amalgamated source code form.

What's an amalgamation?

An amalgamation is simply a collection of header and source files that have been concatenated together to form one or more very large files. In this form, they are easy to add to your existing project as source files (rather than linking as a library). They are also easier to redistribute if you are making an open source application and don't want to have any external dependencies.

What is FreeType?

FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well.

How do I use this?

Add FreeTypeAmalgam.c to your existing project, include FreeTypeAmalgam.h in the source files where you want to use FreeType, and that's it!

The FreeType Amalgmation was built using the Amalgamate Templates.

License

Copyright 2003-2007, 2011 by David Turner, Robert Wilhelm, and Werner Lemberg.
FreeType is distributed under a dual license, see the file LICENSE.txt for details.