src


Log

Author Commit Date CI Message
henry ef3a8c03 2004-09-30T08:15:43 Code to turn off display lists.
henry 6be07103 2004-09-30T00:08:05 Change to BBox to stop it exiting completely on a NULL glyph.
henry f3ae2a91 2004-09-29T23:55:24 Fixed infinite loop.
henry ce37d790 2004-09-29T23:06:42 Added a test to bail early of the client sets the size to the existing size. Removed the pixels per em function because no one is using them.
henry 92b93758 2004-09-28T11:49:23 Changed CheckGlyph function to indicate failure to create a glyph.
henry 4de174c4 2004-09-28T04:50:35 Fixed a bug where resizing FTGLTextureFont caused a GL error
henry c0ac7ac6 2004-09-26T09:47:40 Finalised texture coordinate generation code. Tidied some code.
henry 58e35d9e 2004-09-26T09:46:57 Removed activeTextureID from initialisation list.
henry 9c4d8012 2004-09-26T09:45:18 Added an assert for a 0 maximum texture size. This is tripping some people up.
henry f8833591 2004-09-18T11:24:02 Added texture co-ordinate generation.
henry 0dce598f 2004-08-23T08:05:04 Added LineHeight function.
henry c71c5e14 2004-08-23T08:03:27 Remove a superfluous semi-colon.
henry ce828a7d 2004-08-23T07:18:23 Got rid fo the GL_TEXTURE_2D_BINDING_EXT call in FTTextureGlyph and replaced it with a static member.
henry 2a980faa 2004-08-22T05:50:33 Removed unnecessary translates in the glyph rendering code.
henry d3199cbc 2004-08-19T05:43:24 FaceSize now sets the error value.
henry 40b3fa94 2004-05-10T09:11:30 First add for buffer font stuff
henry d5e0a0cd 2004-05-09T07:22:41 Changed signed to unsigned for glyph indices
henry d5f912b3 2004-05-09T07:13:48 Updated for changes in FTCharmap
henry 6355a5d0 2004-05-09T07:09:41 Renamed functions for clarity
henry 432d6517 2004-05-04T10:38:25 Added __CYGWIN__
henry e2239437 2004-01-22T08:11:48 Changed FTGLTextureFont to use FTVector for texture id list.
henry 05a71812 2003-10-20T02:48:57 Moved charmap list from FTCharmap to FTFont
henry 74b28088 2003-10-19T21:38:42 Moved charmap list function out of FTCharmap into FTFont
henry 0418c75c 2003-10-19T02:40:00 Can now get the list of supported charmaps for the font.
henry 4a42ba2e 2003-10-11T03:41:25 FTCharToGlyphIndexMap::find no longer returns a pointer
henry 7a7ede0f 2003-10-08T21:00:41 Delete charmap in destructor.
henry cca1059d 2003-09-29T20:59:51 Added SetDepth function to FTBBox
henry 59a0780e 2003-09-25T03:55:19 Changed to use FTGlyphSlot internally instead of FTGlyph
henry 84d14a79 2003-09-24T22:05:12 Removed old comments
henry 8fd2ff3e 2003-09-22T02:11:42 Fixes for deprecated identifiers in 2.1.5
henry 13cb8006 2003-09-21T22:36:29 Fixed FT_OPEN_MEMORY for 2.1.5
henry b81d85bc 2003-09-21T01:42:00 Small change for VC.net
henry dc4d1fa2 2003-07-23T09:06:51 Remove Font Table function.
henry 0998d99d 2003-07-23T09:06:07 Fixed precision conversion
henry b5c018d9 2003-07-18T10:13:27 Minor change
henry 72f6b923 2003-07-16T10:17:36 Made a constant a float
henry 3ea4d8fb 2003-07-12T12:06:05 Re-ordereds function for inlining
henry 56289ce6 2003-06-08T01:09:17 Refactored FTGlyphContainer & FTCharmap. They now store FTGlyphs sequentially rather than by glyph index.
henry 697159de 2003-06-08T01:02:15 Minor format change
henry 4e8f31ae 2003-06-03T04:01:13 Now takes an FTGL face not a Freetype fac Fixed docs Added glyphIndex function
henry 5504970b 2003-06-03T03:08:31 Moved FTCharmap into this class
henry 7a6a03d0 2003-06-03T02:51:58 Added extra defines for GLUTesselatorFunction
henry f3f1bf40 2003-06-03T02:50:08 Removed FTCharmap member and associated methods
henry af2e589c 2003-06-03T02:44:14 Better variable name
henry f1e6cfd8 2003-05-04T21:06:27 Added null size test in PixelsPerEm functions
henry f29956a1 2003-04-13T02:09:47 Fixed FTGLTextureFont resize bug
henry eee46596 2003-04-09T10:13:45 Fixed broken contour bug
henry eeef12c6 2003-04-03T23:59:34 Made vectoriser a stack var and refactored variables
henry d7cd7612 2003-04-02T23:47:27 Fixed memory leaks
henry 84ab33fd 2003-02-27T22:28:18 Fixed null string bug in BBox
ellers 8827cc20 2003-01-28T13:53:24 minor update for win32
henry 2e5ee543 2003-01-16T00:23:30 Removed redundant () in preprocess
marcelo eda18707 2003-01-14T16:08:38 The parser in the IRIX C++ compiler has a bug and the result of: new (Type*)[size] is of type "Type*" instead of "Type**". Work arround it by typedef'ing TypeP which is just Type*.
henry 2c1645a5 2003-01-10T03:25:53 Trying to add table support
henry 9a6997a2 2003-01-10T01:47:05 Added units per EM square
henry 6092ecb1 2003-01-09T02:56:50 Fixed warning and kerning
henry 70869a5d 2003-01-08T04:24:36 Added attach from memory function
henry c0e1933d 2003-01-06T04:11:07 removed test in d_stor
henry c1e6edfa 2003-01-06T04:10:18 Minor change to BBox
henry 934106a4 2002-12-31T04:07:34 Fixed alignment issues for bitmap and texture glyphs
henry e4b164cf 2002-12-21T07:32:40 Delete the display list
henry 10ffeece 2002-12-21T07:11:08 Refactored variable names
henry 58b4a6b7 2002-12-21T07:10:03 Refactored variable names
henry abede8df 2002-12-21T05:18:40 Updated docs and removed numberOfCharmaps member
henry 68f91fa8 2002-12-21T05:08:12 Removed DoAdvance function
henry e09409dd 2002-12-21T03:24:09 Refactored BBox()
henry 74b58812 2002-12-20T22:21:21 Added Mesh::Combine and changed tempPointList to FTList
henry 45d5264e 2002-12-20T22:19:52 Made Glyph() const
henry 1310209b 2002-12-20T22:18:52 Removed comments and makeGlyphList function
henry 7033612a 2002-12-20T22:17:06 Removed maekGlyphList function and changes for FTFace
henry 86933a4b 2002-12-20T22:13:43 Removed Open functions. C_stors now open face
henry 0d95eb28 2002-12-20T10:17:12 Minor formatting and removed comments
henry ad02c78f 2002-12-19T10:28:19 Made return value const
henry a1fe61f2 2002-12-19T10:27:50 Refactored function names
henry e7bffe5d 2002-12-19T10:27:16 Made return values const
henry 8911276c 2002-12-19T10:25:36 Changed init function name
henry d92d6af9 2002-12-19T10:25:03 Changed vars to GLunit
henry 3faff95d 2002-12-19T10:24:20 Made some objects const
henry 9e554e33 2002-12-18T03:53:55 Trying to simplify the constructor.
henry 1c061ede 2002-12-17T04:44:00 Fixed freetype render flag :)
henry 92bc1caf 2002-12-17T04:42:33 Renamed render to Render
henry 1fc9d488 2002-12-17T03:53:37 Refactored to get rid of data memory buffers and function name tidy ups
henry 4453a781 2002-12-17T03:52:10 Removed data memory buffer
henry 891b3bcd 2002-12-17T03:50:48 Changes in FTVectoriser and FTContour
henry 41124c85 2002-12-17T03:49:31 Removed data buffers. Now call into vectoriser
henry 4dae12b1 2002-12-17T01:33:57 No loger needed. Replaced by +=
henry 4b577dd9 2002-12-17T01:16:37 Removed redundant code and memory allocation
henry 74efb3e8 2002-12-16T23:25:41 Changes to the outline code in FTVectoriser
henry 942a5d6f 2002-12-16T23:24:22 Made ProcessContours Private and removed GetOutline
henry d42ccb1d 2002-12-16T20:12:37 Changes in FTContour
henry 59259511 2002-12-16T08:27:39 Refactored FTFont to get rid of Open function
henry 43cb23ae 2002-12-16T00:40:12 Removed unused constants
henry df1e5ad2 2002-12-15T23:02:48 Unrolled evaluate curve
henry 2ee7bddd 2002-12-15T22:04:21 Refactored evaluate curve
henry 44732278 2002-12-15T08:51:54 Got rid of ctrlPtArray
henry 52e26160 2002-12-15T08:20:58 Removed contourPoint struct
henry fb89a286 2002-12-14T22:01:54 Contour extraction is now one pass. The code is a bit ugly at this stage though.
henry 8e8eb8da 2002-12-12T21:47:14 Added CheckGlyph function
henry d604d3c2 2002-12-12T20:48:41 Added GlyphCount accessor to FTFace
henry 13b74f08 2002-12-12T20:46:33 Pushed down numGlyph field