
|
84782 packages online
|
|
 |
|
util/libs/ttengine-7.2-src.tar.bz2 |
|
No screenshot available
|
|
(source code of AROS port 1.0)
The library is fast, AmigaOS friendly TrueType render engine. It has nothing
to do with Amiga outline font system. This system has a lot of limitations
which make it useless for high speed and quality text output. If someone wants
an integration of TrueType with AmigaOS bullet.library like outline font
system, should consider using ttf.library. Ttengine.library opens TrueType font
by itself and renders high quality glyphs directly into any RastPort.
The render engine of the library is based on FreeType2 project
(http://www.freetype.org). This version of ttengine.library uses 2.1.3
FreeType build.
See http://amiga.pl/ttengine for news, downloads, online autodoc and
programming tutorial.
CHANGES (last three versions)
v 7.2 (22.12.2005)
- Final version of direct rendering callback for BGRA32 screenmode.
- Added handling of fonts with MS Symbol names encoding (Marlett).
- Fixed possible hits in the database parser.
v 7.1 (15.03.2005)
- Native AmigaOS 4 version compiled by Andreas Falkenhahn.
- Mask and render buffers are now allocated for every RastPort, no more
global. It fixes problems with multiple processes accessing TTEngine
simultaneously (trashes instead of text).
v 7.0 (12.01.2005)
- Realtime font preview in the font requester.
- Introduced new metrics mode designed for text-oriented applications,
especially using JAM2 drawmode. Mode is turned on by specifying
TT_DiskFontMetrics, TRUE in TT_SetAttrs(). In this mode filled JAM2
area has always height equal to TT_FontHeight (which is a sum of
TT_FontMaxTop and TT_FontMaxBottom). Horizontally JAM2 area is set to
cursor advance (it creates continuous filling even if TT_Text is called
char-by-char).
- New metrics attributes: TT_FontHeight (sum of TT_FontMaxTop and
TT_FontMaxBottom), TT_FontBaseline (alias for TT_FontMaxTop) and
TT_FontWidth (cursor advance, only for monospaced fonts).
- TTEngine now distincts monospaced fonts. TT_FontFixedWidth can be
specified for TT_OpenFont(), function will fail on proportional font.
The attribute is also gettable with TT_GetAttrs(). TTRQ_FixedWidthOnly
attribute may be passed to TT_Request() to filter proportional fonts out.
- TTEManager 1.2: cache size and global gamma settings. Fixed font window
refresh deadlock under MorphOS.
- New API functions: TT_ObtainFamilyListA(), TT_FreeFamilyList.
FEATURES
The library expands FreeType functionality making usage of TrueType fonts easy
and comfortable. Below you can find key features:
- renders whole strings (not single glyphs) with kerning.
- antialiasing to any (not neccesarily uniform color) background.
- user adjustable gamma correction.
- optional text transparency.
- system compatible output to any (including planar) RastPort.
- supports JAM1. JAM2, INVERSVID, COMPLEMENT RastPort modes.
- supports 8-bit to Unicode mapping with "ENV:ttfcodepage" table compatible
with ttf.library.
- allows for direct 16/32-bit Unicode string rendering.
- supports ISO-8859 and UTF-8 text encodings.
- easy to use, graphics.library like API.
- efficient system-wide glyph cache system.
- font database system allows flexible font files storage and advanced faces
classification.
|
Contents of util/libs/ttengine-7.2-src.tar.bz2
drwxr-xr-x root/root 0 2006-01-15 12:31 ttengine-7.2/
-rw-r--r-- root/root 1115 2005-06-30 10:24 ttengine-7.2/makefile.ppc-morphos
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/ft2_include/
-rw-r--r-- root/root 2185 2004-08-22 08:04 ttengine-7.2/ft2_include/ft2build.h
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/ft2_include/freetype/
-rw-r--r-- root/root 26385 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftcache.h
-rw-r--r-- root/root 9206 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftsizes.h
-rw-r--r-- root/root 17767 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftmodule.h
-rw-r--r-- root/root 5898 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftpfr.h
-rw-r--r-- root/root 7561 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftmac.h
-rw-r--r-- root/root 3372 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/tttags.h
-rw-r--r-- root/root 185770 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/freetype.h
-rw-r--r-- root/root 33056 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/fttypes.h
-rw-r--r-- root/root 3984 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftgzip.h
-rw-r--r-- root/root 7094 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftmoderr.h
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/ft2_include/freetype/config/
-rw-r--r-- root/root 6318 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/config/ftstdlib.h
-rw-r--r-- root/root 545 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/config/ftmodule.h
-rw-r--r-- root/root 12134 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/config/ftconfig.h
-rw-r--r-- root/root 31377 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/config/ftheader.h
-rw-r--r-- root/root 30097 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/config/ftoption.h
-rw-r--r-- root/root 18152 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftsystem.h
-rw-r--r-- root/root 77792 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftimage.h
-rw-r--r-- root/root 32947 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftglyph.h
-rw-r--r-- root/root 4920 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftchapters.h
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/ft2_include/freetype/cache/
-rw-r--r-- root/root 12407 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/cache/ftcmanag.h
-rw-r--r-- root/root 8210 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/cache/ftlru.h
-rw-r--r-- root/root 11687 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/cache/ftccache.h
-rw-r--r-- root/root 12278 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/cache/ftccmap.h
-rw-r--r-- root/root 16799 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/cache/ftcsbits.h
-rw-r--r-- root/root 8287 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/cache/ftcglyph.h
-rw-r--r-- root/root 17151 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/cache/ftcimage.h
-rw-r--r-- root/root 14553 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/t1tables.h
-rw-r--r-- root/root 4350 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftbbox.h
-rw-r--r-- root/root 9584 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftsnames.h
-rw-r--r-- root/root 11259 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/fterrdef.h
-rw-r--r-- root/root 33210 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/tttables.h
-rw-r--r-- root/root 6320 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftsysmem.h
-rw-r--r-- root/root 16331 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftlist.h
-rw-r--r-- root/root 3599 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftstroker.h
-rw-r--r-- root/root 3435 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftbdf.h
-rw-r--r-- root/root 9313 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftincrem.h
-rw-r--r-- root/root 11368 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftmm.h
-rw-r--r-- root/root 19810 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/fttrigon.h
-rw-r--r-- root/root 48454 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ttnameid.h
-rw-r--r-- root/root 25817 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftoutln.h
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/ft2_include/freetype/internal/
-rw-r--r-- root/root 3536 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/internal.h
-rw-r--r-- root/root 10377 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/_psglobal.h
-rw-r--r-- root/root 8026 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/t1types.h
-rw-r--r-- root/root 21445 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/ftstream.h
-rw-r--r-- root/root 40390 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/ftobjs.h
-rw-r--r-- root/root 29895 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/psaux.h
-rw-r--r-- root/root 1555 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/pcftypes.h
-rw-r--r-- root/root 2045 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/ftexcept.h
-rw-r--r-- root/root 9452 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/ftdriver.h
-rw-r--r-- root/root 3548 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/ftcalc.h
-rw-r--r-- root/root 5806 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/ftcore.h
-rw-r--r-- root/root 12604 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/autohint.h
-rw-r--r-- root/root 11870 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/ftextend.h
-rw-r--r-- root/root 5422 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/ftgloadr.h
-rw-r--r-- root/root 13789 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/psnames.h
-rw-r--r-- root/root 1867 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/t42types.h
-rw-r--r-- root/root 3858 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/fnttypes.h
-rw-r--r-- root/root 4107 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/fttrace.h
-rw-r--r-- root/root 7947 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/cfftypes.h
-rw-r--r-- root/root 15011 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/ftmemory.h
-rw-r--r-- root/root 7843 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/ftdebug.h
-rw-r--r-- root/root 1211 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/pfr.h
-rw-r--r-- root/root 14456 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/fthash.h
-rw-r--r-- root/root 1487 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/bdftypes.h
-rw-r--r-- root/root 39422 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/pshints.h
-rw-r--r-- root/root 92331 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/tttypes.h
-rw-r--r-- root/root 13765 2004-08-22 08:06 ttengine-7.2/ft2_include/freetype/internal/ftobject.h
-rw-r--r-- root/root 33048 2004-08-22 08:05 ttengine-7.2/ft2_include/freetype/internal/sfnt.h
-rw-r--r-- root/root 2998 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftsynth.h
-rw-r--r-- root/root 10957 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftrender.h
-rw-r--r-- root/root 2885 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftxf86.h
-rw-r--r-- root/root 9753 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/fterrors.h
-rw-r--r-- root/root 5606 2004-08-22 08:04 ttengine-7.2/ft2_include/freetype/ftsysio.h
-rw-r--r-- root/root 5087 2006-01-05 15:50 ttengine-7.2/lib_famlist.c
-rw-r--r-- root/root 8207 2005-07-30 07:07 ttengine-7.2/crhook_bgra32.c
-rw-r--r-- root/root 1344 2005-05-05 09:37 ttengine-7.2/makefile.ppc-amigaos4
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/smooth/
-rw-r--r-- root/root 1365 2004-08-22 08:07 ttengine-7.2/smooth/smooth.c
-rw-r--r-- root/root 1957 2004-08-22 08:07 ttengine-7.2/smooth/ftsmerrs.h
-rw-r--r-- root/root 1804 2004-08-22 08:07 ttengine-7.2/smooth/ftsmooth.h
-rw-r--r-- root/root 10189 2004-08-22 08:07 ttengine-7.2/smooth/ftsmooth.c
-rw-r--r-- root/root 58622 2004-08-22 08:07 ttengine-7.2/smooth/ftgrays.c
-rw-r--r-- root/root 2259 2004-08-22 08:07 ttengine-7.2/smooth/ftgrays.h
-rw-r--r-- root/root 133033 2006-01-06 04:55 ttengine-7.2/lib.c
-rw-r--r-- root/root 23996 2006-01-06 14:41 ttengine-7.2/lib_blend.c
-rw-r--r-- root/root 15039 2004-08-22 08:02 ttengine-7.2/isotables.c
-rw-r--r-- root/root 962 2005-04-19 07:18 ttengine-7.2/makefile.m68k-amigaos
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/raster/
-rw-r--r-- root/root 1957 2004-08-22 08:06 ttengine-7.2/raster/rasterrs.h
-rw-r--r-- root/root 1365 2004-08-22 08:06 ttengine-7.2/raster/raster.c
-rw-r--r-- root/root 1925 2004-08-22 08:06 ttengine-7.2/raster/ftraster.h
-rw-r--r-- root/root 7905 2004-08-22 08:06 ttengine-7.2/raster/ftrend1.c
-rw-r--r-- root/root 1846 2004-08-22 08:06 ttengine-7.2/raster/ftrend1.h
-rw-r--r-- root/root 105099 2004-08-22 08:07 ttengine-7.2/raster/ftraster.c
-rw-r--r-- root/root 17100 2006-01-05 15:48 ttengine-7.2/ftsystem.c
-rw-r--r-- root/root 6481 2005-04-05 04:55 ttengine-7.2/ttengine.h
-rw-r--r-- root/root 37132 2006-01-07 04:32 ttengine-7.2/lib_req.c
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/sfnt/
-rw-r--r-- root/root 8117 2004-08-22 08:07 ttengine-7.2/sfnt/sfdriver.c
-rw-r--r-- root/root 4016 2004-08-22 08:07 ttengine-7.2/sfnt/ttload.h
-rw-r--r-- root/root 2291 2004-08-22 08:07 ttengine-7.2/sfnt/ttcmap0.h
-rw-r--r-- root/root 1749 2004-08-22 08:07 ttengine-7.2/sfnt/ttpost.h
-rw-r--r-- root/root 59882 2004-08-22 08:07 ttengine-7.2/sfnt/ttcmap0.c
-rw-r--r-- root/root 69133 2004-08-22 08:07 ttengine-7.2/sfnt/ttload.c
-rw-r--r-- root/root 2241 2004-08-22 08:07 ttengine-7.2/sfnt/ttsbit.h
-rw-r--r-- root/root 1563 2004-08-22 08:07 ttengine-7.2/sfnt/sfnt.c
-rw-r--r-- root/root 1479 2004-08-22 08:07 ttengine-7.2/sfnt/sfdriver.h
-rw-r--r-- root/root 1874 2004-08-22 08:07 ttengine-7.2/sfnt/sferrors.h
-rw-r--r-- root/root 1701 2004-08-22 08:07 ttengine-7.2/sfnt/ttcmap.h
-rw-r--r-- root/root 1980 2004-08-22 08:07 ttengine-7.2/sfnt/sfobjs.h
-rw-r--r-- root/root 15467 2004-08-22 08:07 ttengine-7.2/sfnt/ttpost.c
-rw-r--r-- root/root 52938 2004-08-22 08:07 ttengine-7.2/sfnt/ttsbit.c
-rw-r--r-- root/root 27570 2004-08-22 08:07 ttengine-7.2/sfnt/sfobjs.c
-rw-r--r-- root/root 41315 2004-08-22 08:07 ttengine-7.2/sfnt/ttcmap.c
-rw-r--r-- root/root 14920 2006-01-05 16:02 ttengine-7.2/lib.h
-rw-r--r-- root/root 452 2005-01-09 23:16 ttengine-7.2/kprintf.s
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/truetype/
-rw-r--r-- root/root 1585 2004-08-22 08:08 ttengine-7.2/truetype/truetype.c
-rw-r--r-- root/root 1489 2004-08-22 08:08 ttengine-7.2/truetype/ttdriver.h
-rw-r--r-- root/root 18903 2004-08-22 08:08 ttengine-7.2/truetype/ttdriver.c
-rw-r--r-- root/root 59063 2004-08-22 08:08 ttengine-7.2/truetype/ttgload.c
-rw-r--r-- root/root 13676 2004-08-22 08:08 ttengine-7.2/truetype/ttinterp.h
-rw-r--r-- root/root 1954 2004-08-22 08:08 ttengine-7.2/truetype/tterrors.h
-rw-r--r-- root/root 1741 2004-08-22 08:07 ttengine-7.2/truetype/ttpload.h
-rw-r--r-- root/root 247144 2004-08-22 08:08 ttengine-7.2/truetype/ttinterp.c
-rw-r--r-- root/root 1929 2004-08-22 08:08 ttengine-7.2/truetype/ttgload.h
-rw-r--r-- root/root 30955 2004-08-22 08:07 ttengine-7.2/truetype/ttobjs.c
-rw-r--r-- root/root 18792 2004-08-22 08:07 ttengine-7.2/truetype/ttobjs.h
-rw-r--r-- root/root 9688 2004-08-22 08:07 ttengine-7.2/truetype/ttpload.c
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/truetype/base/
-rw-r--r-- root/root 4293 2004-08-22 08:08 ttengine-7.2/truetype/base/ftexcept.c
-rw-r--r-- root/root 18854 2004-08-22 08:08 ttengine-7.2/truetype/base/ftglyph.c
-rw-r--r-- root/root 18357 2004-08-22 08:08 ttengine-7.2/truetype/base/ftstream.c
-rw-r--r-- root/root 4218 2004-08-22 08:08 ttengine-7.2/truetype/base/ftapi.c
-rw-r--r-- root/root 3219 2004-08-22 08:08 ttengine-7.2/truetype/base/ftnames.c
-rw-r--r-- root/root 5301 2004-08-22 08:08 ttengine-7.2/truetype/base/ftlist.c
-rw-r--r-- root/root 3056 2004-08-22 08:08 ttengine-7.2/truetype/base/ftsysio.c
-rw-r--r-- root/root 5766 2004-08-22 08:08 ttengine-7.2/truetype/base/ftinit.c
-rw-r--r-- root/root 3943 2004-08-22 08:08 ttengine-7.2/truetype/base/ftmm.c
-rw-r--r-- root/root 15913 2004-08-22 08:08 ttengine-7.2/truetype/base/ftdbgmem.c
-rw-r--r-- root/root 1514 2004-08-22 08:08 ttengine-7.2/truetype/base/ftbase.c
-rw-r--r-- root/root 5387 2004-08-22 08:08 ttengine-7.2/truetype/base/fthash.c
-rw-r--r-- root/root 2367 2004-08-22 08:08 ttengine-7.2/truetype/base/ftbdf.c
-rw-r--r-- root/root 13256 2004-08-22 08:08 ttengine-7.2/truetype/base/ftsystem_orig.c
-rw-r--r-- root/root 10084 2004-08-22 08:08 ttengine-7.2/truetype/base/ftobject.c
-rw-r--r-- root/root 12243 2004-08-22 08:08 ttengine-7.2/truetype/base/ftgloadr.c
-rw-r--r-- root/root 6970 2004-08-22 08:08 ttengine-7.2/truetype/base/ftdebug.c
-rw-r--r-- root/root 1655 2005-03-13 04:56 ttengine-7.2/lib_req.h
-rw-r--r-- root/root 1066 2006-01-14 14:16 ttengine-7.2/makefile.aros
-rw-r--r-- root/root 8335 2006-01-05 16:17 ttengine-7.2/lib_header_aros.c
-rw-r--r-- root/root 2147 2004-08-22 08:02 ttengine-7.2/getnextchar.h
-rw-r--r-- root/root 16601 2006-01-11 13:02 ttengine-7.2/getnextchar.c
-rw-r--r-- root/root 11783 2005-03-13 04:56 ttengine-7.2/lib_os4_68kstubs.c
-rw-r--r-- root/root 245 2005-05-27 11:35 ttengine-7.2/lib_blend.h
-rw-r--r-- root/root 9453 2005-12-24 05:21 ttengine-7.2/lib_header.c
-rw-r--r-- root/root 12089 2005-04-17 10:58 ttengine-7.2/lib_cache.c
-rw-r--r-- root/root 683 2005-03-13 04:56 ttengine-7.2/lib_famlist.h
-rw-r--r-- root/root 907 2004-08-22 08:03 ttengine-7.2/lib_cache.h
drwxr-xr-x root/root 0 2006-01-05 08:27 ttengine-7.2/base/
-rw-r--r-- root/root 25435 2004-08-22 08:03 ttengine-7.2/base/ftmac.c
-rw-r--r-- root/root 4293 2004-08-22 08:04 ttengine-7.2/base/ftexcept.c
-rw-r--r-- root/root 18854 2004-08-22 08:03 ttengine-7.2/base/ftglyph.c
-rw-r--r-- root/root 18357 2004-08-22 08:03 ttengine-7.2/base/ftstream.c
-rw-r--r-- root/root 4218 2004-08-22 08:04 ttengine-7.2/base/ftapi.c
-rw-r--r-- root/root 3219 2004-08-22 08:03 ttengine-7.2/base/ftnames.c
-rw-r--r-- root/root 5301 2004-08-22 08:03 ttengine-7.2/base/ftlist.c
-rw-r--r-- root/root 2704 2004-08-22 08:03 ttengine-7.2/base/ftxf86.c
-rw-r--r-- root/root 3056 2004-08-22 08:03 ttengine-7.2/base/ftsysio.c
-rw-r--r-- root/root 5766 2004-08-22 08:03 ttengine-7.2/base/ftinit.c
-rw-r--r-- root/root 3943 2004-08-22 08:03 ttengine-7.2/base/ftmm.c
-rw-r--r-- root/root 8483 2004-08-22 08:03 ttengine-7.2/base/ftutil.c
-rw-r--r-- root/root 15913 2004-08-22 08:04 ttengine-7.2/base/ftdbgmem.c
-rw-r--r-- root/root 64138 2004-08-22 08:03 ttengine-7.2/base/ftobjs.c
-rw-r--r-- root/root 36640 2004-08-22 08:03 ttengine-7.2/base/ftstroker.c
-rw-r--r-- root/root 1514 2004-08-22 08:04 ttengine-7.2/base/ftbase.c
-rw-r--r-- root/root 8446 2004-08-22 08:03 ttengine-7.2/base/ftsynth.c
-rw-r--r-- root/root 16851 2004-08-22 08:03 ttengine-7.2/base/ftoutln.c
-rw-r--r-- root/root 9912 2004-08-22 08:03 ttengine-7.2/base/fttrigon.c
-rw-r--r-- root/root 12132 2004-08-22 08:04 ttengine-7.2/base/ftcalc.c
-rw-r--r-- root/root 5387 2004-08-22 08:03 ttengine-7.2/base/fthash.c
-rw-r--r-- root/root 870 2004-08-22 08:03 ttengine-7.2/base/ftsysmem.c
-rw-r--r-- root/root 2367 2004-08-22 08:04 ttengine-7.2/base/ftbdf.c
-rw-r--r-- root/root 3290 2004-08-22 08:03 ttengine-7.2/base/fttype1.c
-rw-r--r-- root/root 25299 2004-08-22 08:04 ttengine-7.2/base/ftbbox.c
-rw-r--r-- root/root 13256 2004-08-22 08:03 ttengine-7.2/base/ftsystem_orig.c
-rw-r--r-- root/root 10084 2004-08-22 08:03 ttengine-7.2/base/ftobject.c
-rw-r--r-- root/root 12243 2004-08-22 08:03 ttengine-7.2/base/ftgloadr.c
-rw-r--r-- root/root 3413 2004-08-22 08:03 ttengine-7.2/base/ftpfr.c
-rw-r--r-- root/root 6970 2004-08-22 08:04 ttengine-7.2/base/ftdebug.c
|
|
|
 |
Page generated in 0.02 seconds |
Aminet © 1992-2024 Urban
Müller and the Aminet team.
Aminet contact address: <aminet aminet net> |