demos/src


Log

Author Commit Date CI Message
David Turner b1677a87 2000-05-29T20:37:41 changed the SFNT driver slightly to add more robust checking based on the "search_rang", etc.., fields of the sfnt header.. This avoids problems (like certain Type 1 multiple masters incorrectly recognized as trueType files)..
David Turner 241e151e 2000-05-28T17:15:37 oops, forgot to commit these files
David Turner 3475e7fb 2000-05-17T20:56:01 removed TT_MAX_SUBGLYPHS macro, there is no static limit on the number of subglyphs in a TrueType font.. changed the default number of gray levels used by the smooth renderer to 256 (instead of 128). Of course, the human eye can't tell a difference ;-)
David Turner e49ab25c 2000-05-16T23:44:38 formatting - removed trailing spaces
David Turner 33aab6e5 2000-05-16T22:36:55 removed obsolete files + update
David Turner c91cfe11 2000-05-12T15:51:42 small update to the memory tester
David Turner c30aea98 2000-05-12T15:01:18 another massive changes in order to completely avoid compiler warnings with GCC + "-ansi -pedantic -Wall -W" and LCC. Also fixed the compilation of "type1z" with Win32-LCC (its pre-processor is broken !!) Updated the BUILD document too
David Turner bfe2f98f 2000-05-12T12:17:15 a new massive grunt work. Redefined the EXPORT_DEF, EXPORT_FUNC, BASE_DEF and BASE_FUNC macros to let them take an argument.. This is needed to compile the library as a DLL on some platforms that have different compiler conventions..
David Turner efce08d6 2000-05-11T18:23:52 major re-organisation of the FreeType 2 directory hierarchy
David Turner 08c38755 2000-05-04T16:36:34 at last, the bug seems to be solved. Now, the source code should be cleaned up, and we'll be done with the raster :o)
David Turner 4fce93e0 2000-05-03T18:15:40 still working on that damn rasterizer bug !! ;-)
David Turner 112be4c6 2000-05-03T10:37:37 "ftrast.c" now works for monochrome bitmaps, and doesn't produce the artefacts of the current "ftraster.c".. I'll change it soon to handle optimised 5-levels anti-aliasing (backwards compatibility) in order to completely replace "ftraster.c"
David Turner d186a361 2000-05-02T17:41:41 various updates to reduce the compilation warnings
David Turner d8948921 2000-05-02T13:29:29 ftrast.c
David Turner eede9015 2000-05-02T11:03:13 removed the smooth renderer from the demos directory
Werner Lemberg 7ae268a2 2000-04-10T22:50:40 Fixed a compiler warning.
Werner Lemberg 69e010fd 2000-04-10T22:50:20 Removed compiler warnings.
Werner Lemberg c83bfdd5 2000-04-10T12:13:40 Adding string.h
David Turner ea10fbf9 2000-04-04T13:17:04 Consider the smooth renderer completed ! It will probably be moved to "freetype2/src/base" soon and become part of the library. changes include: - fixed a bug which prevented large spans being drawn correctly. - now renders large glyphs that overflow the render pool. - various performance enhancements. the renderer now renders large glyphs with much greater speed :-) - also faster with small glyphs .. future plans: - fix a vertical-dropout bug in the standard raster (b&w) - write a demonstration program to demonstrate direct composition..
David Turner 37379e21 2000-03-28T11:22:31 major changes to the library: - there is now a "convenience" API to manage glyphs in "include/ftglyph.h". See the demo program "ftstring" for an example.. - the raster interface has been changed in order to allow direct composition through user-provided callbacks. This has been tested but isn't demonstrated for now in "demos" - the FT_LOAD_NO_RECURSE flag is supported, as this is required by some new code in the auto-hinting engine - some bug fixed in FT_MulFix which made FT_xxx_Transform return incorrect results..
David Turner b5c1a4e5 2000-03-28T11:15:37 a new program to demonstrate the new convenience glyph API (see include/ftglyph.h). Supports kerning, rotation, sub-pixel rendering.. Could be easily modified to reach the level of strtto when we have the relevant OpenType module handy..
David Turner 6b0149b8 2000-03-28T11:14:24 a new simple program to display composite glyphs in a given font. Used during auto-hinting research
Just van Rossum f8bc2d3c 2000-03-17T13:15:38 use escapes instead of 8-bit in the Text constant: the 8-bit version got mangled by maccvs...
David Turner 137c8888 2000-03-17T12:47:49 updated the "smooth" anti-aliaser. By increasing the number of segments used to decompose a bezier curve, we get rid of the "fuzz-fuzz" factor. it's also faster than the standard renderer after tweaking. Note that it isn't completed yet..
David Turner 1d85a73d 2000-03-17T10:15:20 Added a new version of the "smooth". This one uses an algorithm that is very close to our standard raster. However, it is (theorically for now) capable of direct composition !!
David Turner 7e68ad48 2000-03-17T10:14:22 fix to compile with latest FreeType 2
David Turner 16afbe2d 2000-03-17T10:13:52 update
David Turner 7f615aef 2000-03-13T11:49:20 renamed all outlines functions to the FT_Outline_<action> syntax..
David Turner 41dbcbf6 2000-03-09T11:46:25 reformatting, changing the FT_Outline structure: - "flags" have been renamed to "tags" - "outline_flags" have been renamed to "flags" Look for more re-formatting today..
David Turner 291afa09 2000-03-08T14:14:55 added the new "smooth" anti-aliaser (see the file "demos/src/ftgrays.c"), and modified "ftview" and "fttimer" to use it.. Note that this thing is still under heavy beta..
David Turner 0f99ddda 2000-03-06T13:23:32 changed the structure of FT_Outline in order to pack all outline flags in a single integer.. Changed the rest of the library and demo programs accordingly..
Just van Rossum 3d76a9fb 2000-03-02T01:15:37 added cast to the string literal for Text to shut up my compiler. (btw. this literal contains non 7-bit characters!) if compiled for MacOS - use the Mac path separator to get the base file name - don't append .ttf if no dot in the file name
Just van Rossum 2a4f206f 2000-03-02T01:11:17 if compiled for MacOS - use the Mac path separator to get the base file name - don't append .ttf if no dot in the file name (plus small typo fix and error message enhancement)
Just van Rossum 6f9a72d5 2000-03-02T01:09:28 ft_basename(): if compiled for MacOS, use the Mac path separator
David Turner 63cb46dd 2000-02-22T13:34:26 simple fixes
David Turner b2a21e51 2000-02-21T16:18:43 minor change, for benchmark comparison
David Turner fbff3e8f 2000-02-21T16:18:25 added a memory checking test program, used to solve the memory leak reported by Jack Davis
David Turner c64f6442 2000-02-21T16:18:01 simple update to allow several rendering modes (useful for testing the Unicode charmaps)
David Turner 1e7f8432 2000-02-21T16:17:36 simple fix
David Turner 5ce5884d 2000-01-17T11:08:11 some small updates that are useful to debug graphics drivers and the library..
David Turner f6356ab7 2000-01-14T15:38:30 some changes used to debug the new raster and the OS/2 graphics driver
David Turner d2b1f357 1999-12-16T23:11:37 Initial revision