This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
OpenSceneGraph
Watch
4
Star
0
Fork
0
You've already forked OpenSceneGraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
2b9c501e18b6eded7375c0e272aff401ad9793a2
OpenSceneGraph
/
src
/
osgPlugins
/
freetype
History
Thomas Hogarth
e8ba57b22f
Improved iOS cmake support for xcode 9.4 and cmake 3.11
2018-12-10 08:22:36 -07:00
..
CMakeLists.txt
Improved iOS cmake support for xcode 9.4 and cmake 3.11
2018-12-10 08:22:36 -07:00
FreeTypeFont.cpp
Cleaned up support for GL3 build
2017-10-13 17:03:31 +01:00
FreeTypeFont.h
From Romain Ouabdelkader, "This is a fix for osgText to calculate kerning and to load glyph3D with the text's font resolution.
2016-02-15 13:30:39 +00:00
FreeTypeLibrary.cpp
Cleaned up null pointer handling
2016-06-29 17:58:03 +01:00
FreeTypeLibrary.h
Ran script to remove trailing spaces and tabs
2012-03-21 17:36:20 +00:00
ReaderWriterFreeType.cpp
From Ravi Mathur, "he freetype plugin currently forces the use of the first font within a truetype collection (.ttc index 0). I made a slight modification such that users can specify any font index via the userOptions input to osgText::readFontFile(). Specifically, the freetype plugin now accepts a new string option of the format "index=< unsigned int >". Example usage:
2018-02-07 18:28:17 +00:00