|
6c2a187c
|
2008-06-08T15:56:35
|
|
* Revert the FTFont::Advance() and FTGlyph::Advance() improvements. After
discussion, I was convinced they were not worth the backwards compatibility
breakage. They now return float again, instead of FTPoint.
|
|
20ac99b1
|
2008-05-11T11:28:08
|
|
* FTFont::Advance(), FTFont::Render() and FTFont::BBox() are now far
more powerful, allowing for substring display and extra spacing between
characters.
|
|
20620dc7
|
2008-05-07T15:09:25
|
|
* Fixed and reactivated unit tests that were disabled during the pImpl
refactoring.
|
|
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.
|
|
09fbf8ac
|
2008-04-28T11:17:05
|
|
* Cosmetic: remove trailing spaces, fix unbalanced parenthesis/space
constructs, remove tab/space mixes, wrap a lot of long source lines.
|
|
75c73099
|
2008-04-23T21:23:59
|
|
* Fix most compilation warnings. Most frequent causes: shadow declarations
and const qualifier disappearances.
|
|
ef85a014
|
2008-04-22T16:21:04
|
|
* Allow to selectively display parts of the glyph/font/layout. This is
currently only used in FTExtrdGlyph: it lets the user render the front
surface in a different color than the extruded side surface. Code written
by Eric Beets.
|
|
74b3ad8c
|
2008-04-13T14:04:54
|
|
* Changed some unit tests so that they're clearer about where the failures
come from.
|
|
ee107630
|
2008-03-03T16:41:35
|
|
* Remove svn:executable property from source files.
|
|
f0f550ea
|
2008-03-03T16:36:07
|
|
* Remove svn:executable property from source files.
|
|
55888982
|
2004-10-17T00:40:24
|
|
Changed advance to be an FTPoint rather than a float.
|
|
3d3a4852
|
2004-10-08T11:37:28
|
|
Changed a couple of variable names.
|
|
30423324
|
2004-09-30T22:50:47
|
|
Minor
|
|
e78f0295
|
2004-09-29T23:11:42
|
|
Made tests more obvious
|
|
e04d1931
|
2004-09-29T03:13:47
|
|
Improved error values for tests
|
|
25455f4c
|
2004-09-29T03:07:25
|
|
Added testCheckGlyphFailure test
|
|
875d4b48
|
2004-09-28T05:35:53
|
|
Trying to track down a crashing bug when calling render before FaceSize();
|
|
bc7fea71
|
2003-10-19T21:16:41
|
|
Moved charmap list function out of FTCharmap into FTFont
|
|
59a0780e
|
2003-09-25T03:55:19
|
|
Changed to use FTGlyphSlot internally instead of FTGlyph
|
|
4e71fb09
|
2003-09-24T22:12:57
|
|
Fixed some error return values.
|
|
ed6736d0
|
2003-09-21T01:42:46
|
|
Fixed memory face error code
|
|
1ae93a9a
|
2003-06-08T01:08:08
|
|
Minor format change
|
|
277f8224
|
2003-05-04T21:12:03
|
|
Changed for the new hinter in Freetype 2.1.4
|
|
84ab33fd
|
2003-02-27T22:28:18
|
|
Fixed null string bug in BBox
|
|
886f06a5
|
2003-01-09T01:59:59
|
|
Formatting changes
|
|
4a1ba59c
|
2003-01-08T21:46:53
|
|
Implemented Attach from memory test
|
|
7556ce86
|
2003-01-08T09:02:38
|
|
Added Type1 file attach test
|
|
70869a5d
|
2003-01-08T04:24:36
|
|
Added attach from memory function
|
|
2d44ac1e
|
2002-12-31T04:47:18
|
|
Change size test
|
|
becb282a
|
2002-12-17T23:28:16
|
|
Moved all the constants into a header
|
|
32c357cf
|
2002-12-17T08:21:01
|
|
Added unit tests
|