Welcome, Guest. Please login or register.

Author Topic: TTEngine 5.0 Released  (Read 1827 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline jumpshipTopic starter

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 781
    • Show only replies by jumpship
    • http://onlyamiga.kicks-ass.net
TTEngine 5.0 Released
« on: November 13, 2002, 07:32:16 PM »
TTEngine is the TrueType font based text rendering engine for AmigaOS. Version 5.0 can be downloaded from thehome page of TTEngine. New version has some interesting features.

 

   * Two new functions: TT_GetPixmap() and TT_FreePixmap() for text pixelmap extraction. Pixelmap is 8 bit per pixel, 256 gray levels. Then the pixmap may be further processed. Useful for e.g. painting and image processing software.
    * Antialiasing is now based on pixel luminance and hue (RGB correction is applied as well). Gives even better text quality especially on contrasting background (e.g. red text on green).
    * New text styles: underline, double underline, overstrike, double overstrike.
    * Fixed bugs in JAM2, INVERSVID and COMPLEMENT draw modes.
* Colours of text can be now specified directly as RGB via TT_Foreground and TT_Background tags.



As always some bugs have been fixed. Check "release_notes" file in the distribution archive for the full list of changes.

Source: Amiga.de
 

Offline Desler

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 242
    • Show only replies by Desler
Re: TTEngine 5.0 Released
« Reply #1 on: November 13, 2002, 07:48:18 PM »
All to often these news pass by unnoticed. I tried the old version and it was really good. Actually im considering implementing the lib in some of my work. Have to check out the new version.
Nice work.. A beer to the author  :-)
The horse is a fierce predatory animal!!!
 

Offline jumpshipTopic starter

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 781
    • Show only replies by jumpship
    • http://onlyamiga.kicks-ass.net
Re: TTEngine 5.0 Released
« Reply #2 on: November 13, 2002, 09:02:05 PM »
@desler

With all the "this is better then that" and "so and so is wrong" it is nice to have some news about something someone has done for the community.

I'm with you, :pint: to the author!
 

Offline System

  • Full Member
  • ***
  • Join Date: Jul 2003
  • Posts: 199
    • Show only replies by System
    • http://amiga.org
Re: TTEngine 5.0 Released
« Reply #3 on: November 13, 2002, 09:03:55 PM »
Is this the same solution that will be available in OS4?
 

Offline Kaminari

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 186
    • Show only replies by Kaminari
    • http://namida.com/kaminarimon/
Re: TTEngine 5.0 Released
« Reply #4 on: November 15, 2002, 10:16:06 PM »
Getting better and better with each release. If only OS 4 would trash the bullet engine and use this one by default instead...
"Silence is the most resounding word." (Sima Qian)
 

Offline KennyR

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 8081
    • Show only replies by KennyR
    • http://wrongpla.net
Re: TTEngine 5.0 Released
« Reply #5 on: November 16, 2002, 05:36:45 PM »
There's no need to trash the bullet system. You can use it alongside, or even use TTF/Type1 font translation transparently through bullet, like ttf.library does.

Edit: And there's no reason why bullet can't be expanded to provide the same features. :-)