27-Apr-2024 02:44 GMT.
UNDER CONSTRUCTION
[Files] TTEngine 4.3 releasedANN.lu
Posted on 15-Oct-2002 15:13 GMT by Grzegorz "Krashan" Kraszewski14 comments
View flat
View list
TTEngine 4.3 is available for download at its home page. New features: horizontal and vertical font scaling and mirroring. Changes from latest public release 4.1:
* I've placed an open counter in the LoadedFont structure. It removes problems with many RastPorts using one font.
* TT_SetAttrs() function may be now called before TT_SetFont() and is able to create RastPort context.
* TT_SetFont() returns now BOOL value instead of VOID, because it can fail in low memory condition.
* New demo program MoreFonts shows using many fonts at once in one window.
* Affine transformation support code added. (Particular examples of affine transformations are: scaling, shearing, rotation).
* Font may now be scaled in both the axes independently with TT_ScaleX and TT_ScaleY tags. Scaling range is from 0.01 to 100 (negative too, results in mirroring of the text).
* TT_TextExtent() returned random values in the TextExtent structure, if no font has been set for the RastPort using TT_SetFont(). Now the structure is zeroed in the case.
* New demo program Scaling shows - as its name says - font scaling.
* TT_OpenFont() performed illegal READ-MODIFY-WRITE operation at address $0000003A, if opening of the font file failed. Fixed.
* Header file "ttengine.h" was modified to comply with AmigaOS headers standard.
List of all comments to this article
Sorted by date, most recent at bottom
Comment 1pixie15-Oct-2002 15:44 GMT
Comment 2Grzegorz "Krashan" Kraszewski15-Oct-2002 17:03 GMT
Comment 3anonymous15-Oct-2002 17:46 GMT
Comment 4Grzegorz "Krashan" Kraszewski15-Oct-2002 18:18 GMT
Comment 5Rafo15-Oct-2002 18:55 GMT
Comment 6Grzegorz "Krashan" Kraszewski15-Oct-2002 20:27 GMT
Comment 7StAn15-Oct-2002 22:07 GMT
Comment 8Don Cox16-Oct-2002 03:56 GMT
Comment 9Georg Steger16-Oct-2002 06:38 GMT
Comment 10Anonymous16-Oct-2002 07:55 GMT
Comment 11Björn Hagström16-Oct-2002 09:44 GMT
Comment 12Grzegorz "Krashan" Kraszewski16-Oct-2002 10:06 GMT
Comment 13Grzegorz "Krashan" Kraszewski16-Oct-2002 10:08 GMT
Comment 14Björn Hagström16-Oct-2002 10:18 GMT
Back to Top