|
8ee0d83b
|
2019-02-07T22:31:57
|
|
fix (if possible) or silence (otherwise) compiler warnings
|
|
75213482
|
2010-05-23T18:55:36
|
|
Implement a 3-level bucket structure for glyphs, to account for all
possible Unicode values as of now. Patch initially by SF user SilverDirk
and slightly reworked.
|
|
5d34f02f
|
2010-05-22T23:53:41
|
|
Fix a crash in FTCharToGlyphIndexMap::find(). Addresses SF bug #2471550.
|
|
2766703a
|
2008-09-08T03:16:59
|
|
Eliminate some double->float conversions for performance
|
|
8f4cefb2
|
2008-04-30T16:35:23
|
|
* Remove FTGL_EXPORT specification from classes that are not actually
exported.
|
|
2aa2aeb5
|
2008-04-30T16:27:34
|
|
* Move include/* to src/FTGL/* so the files in there can directly be
referred to as "FTGL/*.h". This is convenient because they will be
installed in a similar location.
* Put a warning in each legacy public header to advise users to only include
the generic <FTGL/ftgl.h> header instead.
|
|
1f4a94f8
|
2008-04-29T14:39:28
|
|
* Since the MIT license is LGPL-compatible, there is no real point in
shipping FTGL under a dual license. Consequently removing LGPL references
from the code, in agreement with Sean.
|
|
c96146ed
|
2008-04-29T06:44:51
|
|
* Moved header files that are not required by library clients into src/
so that they do not get installed.
* Created an ftgl.h header that allows clients to #include <FTGL/ftgl.h> and
be done with it.
|