Skip to content

vinniefalco/FreeTypeAmalgam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeType 2.4.12 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.

About

The FreeType Project: a free, high-quality and portable font engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages