|
d996cc69
|
2001-11-25T20:40:57
|
|
Fixed the space bug AGAIN.
|
|
d233facc
|
2001-11-12T02:45:11
|
|
Set the bounding box
|
|
7d8a9eab
|
2001-11-05T22:32:05
|
|
Refactoring FTVectoriser & FTPolyGlyph to anable access to tessellation data
|
|
e077739b
|
2001-10-30T23:23:29
|
|
Renamed functions in prep for extruded glyphs
Ingest->Process
Output->MakeOutline
|
|
d278b891
|
2001-10-25T04:33:01
|
|
Removed the glu header
|
|
df172ba4
|
2001-10-10T22:03:16
|
|
Minor changes, mainly to includes, for the windows port
|
|
b073a548
|
2001-09-30T22:56:26
|
|
Added CALLBACK to the gluTess callback function definitions. This for windows.
|
|
96a04023
|
2001-09-27T01:41:15
|
|
Added tessellation winding rules
|
|
c704216e
|
2001-09-16T21:49:52
|
|
Removed glyph index parameter from c_stor (see FTGlyph) and updated comments
|
|
4d72a787
|
2001-09-14T00:42:22
|
|
The freetype glyph is now disposed of correctly after initialsation
|
|
2797daf9
|
2001-08-29T01:07:26
|
|
Removed the redundant pos.x in Render()
|
|
6299b3f3
|
2001-08-28T22:53:37
|
|
Fixed a bug in FTVectoriser::Ingest() that caused non printing glyphs ( eg spaces) to be ignored
|
|
7920ed9c
|
2001-08-28T05:09:00
|
|
reversed the test for glyph format = outline
|
|
0d3ade0a
|
2001-08-27T03:10:37
|
|
update to reflect change in contourFlag in FTVectoriser
|
|
e3206aab
|
2001-08-22T22:58:09
|
|
Fixed the positional stuff in render(). Added leftside bearing offset.
|
|
e62d68b3
|
2001-08-20T22:51:21
|
|
Started being more strict with types eg integer indices and sizes are now unsigned.
|
|
22f62cec
|
2001-08-09T02:49:45
|
|
Found memory leak in glCombine
|
|
0932c517
|
2001-08-08T01:32:02
|
|
render() does not draw'invalid' glyphs
|
|
e1d841c7
|
2001-08-07T21:24:34
|
|
Added comment about winding rules
|
|
be451805
|
2001-08-06T05:43:36
|
|
Added GL to openGL include paths
|
|
007ca6b5
|
2001-08-05T22:15:50
|
|
Made render() arg const. Minor tidy ups
|
|
b6f636a5
|
2001-08-02T22:59:13
|
|
Polygon fonts now work.
|