Skip to content

cryoem/ftgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42a3099 · Feb 7, 2023
Apr 5, 2016
Oct 20, 2016
Feb 18, 2015
May 23, 2010
May 21, 2011
May 20, 2011
Feb 7, 2023
Feb 18, 2015
Sep 15, 2012
May 21, 2011
Jun 3, 2008
Feb 7, 2023
Apr 29, 2008
Jun 19, 2008
Apr 5, 2016
Apr 5, 2016
Jun 16, 2010
Sep 28, 2010
Jun 19, 2008
Jul 19, 2009
Jun 19, 2008
May 6, 2010
Aug 3, 2014
May 2, 2008
Nov 3, 2012

Repository files navigation

FTGL 2.1
5 December 2004

DESCRIPTION:

FTGL is a free open source library to enable developers to use arbitrary
fonts in their OpenGL (www.opengl.org) applications.

Unlike other OpenGL font libraries FTGL uses standard font file formats
so doesn't need a preprocessing step to convert the high quality font data
into a lesser quality, proprietary format.

FTGL uses the Freetype (www.freetype.org) font library to open and 'decode'
the fonts. It then takes that output and stores it in a format most efficient
for OpenGL rendering.

Rendering modes supported are:
- Bit maps
- Antialiased Pix maps
- Outlines
- Polygon meshes
- Extruded polygon meshes
- Texture maps
- Buffer maps

USAGE:

	FTGLPixmapFont font("Arial.ttf");
	font.FaceSize(72);
	font.Render("Hello World!");

CONTACT:

Please contact us if you have any suggestions, feature requests, or problems.

Sam Hocevar <[email protected]>
Christopher Sean Morrison <[email protected]>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published