User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 19

Thread: FreeType extension!

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    FreeType extension!

    I've started work on a new extension implementing FreeType 2.4.
    The new object:

    • Will allow the use of fonts without having to install them, finally solving the font availability problem.
    • Will ensure fonts are rendered the same regardless of OS version and setting. (For example if Anti-aliasing is on, and if Cleartype is).
    • High quality, 256-level grey anti-aliased text.
    • Will anti-alias fonts even under small sizes (Windows does that only with Cleartype on)
    • Sub-pixel positioning. (1/64th of a pixel)
    • Allows font scaling, rotation and other transformations.
    • International text and complex script systems such as Arabic and Chinese. (Hopefully)
    • Will support the following typography features:
      • Kerning (See Wikipedia)
      • Tracking (Tighter or looser letter spacing)
      • Possibly OpenType features such as different types of ligatures, stylistic alternates, (true) small caps, old style numerals and so on.

    It's perfect for games and useful for advanced graphics software.
    Any more suggestions are welcome.

  2. #2
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: FreeType extension!

    Excellent ideas ! I agree
    > Effects:it's possible to add some effect perhaps? as drop shadow? bevel? glow? as in Photoshop
    > HWA support
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: FreeType extension!

    Quote Originally Posted by Nico
    > Effects:it's possible to add some effect perhaps? as drop shadow? bevel? glow? as in Photoshop
    Probably not, it's not part of the library.

    Looking forward to this extension

  4. #4
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: FreeType extension!

    arf we'll play with Pixel Shaders also

    > Embed "Font File"?
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

  5. #5
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: FreeType extension!

    Very nice idea. This is a long overdue problem.
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: FreeType extension!

    Quote Originally Posted by Nico
    arf we'll play with Pixel Shaders also

    > Embed "Font File"?
    I've been away for a while, can we develop extensions with HWA support already? Where are the docs?
    Embed font file is possible with MMF's internal binary files.

  7. #7
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: FreeType extension!

    Update:
    Apparently it won't be just an implemention of FreeType in MMF2. Freetype can only render glyphs. I doesn't handle anything but that. I'm currently writing a layout engine for use with FreeType, which will include support for as many OpenType features I get working. Kerning is already working with FreeType. I'm currently studying the GSUB table format used to store OT features.

  8. #8
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: FreeType extension!

    > it's possible to rotating/translating text in Z-axis?
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

  9. #9
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: FreeType extension!

    "Allows font scaling, rotation and other transformations."

    Yes.

  10. #10
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: FreeType extension!

    Quote Originally Posted by Nico
    > it's possible to rotating/translating text in Z-axis?
    Matrix transforms allow even rotating around the other axises

Page 1 of 2 1 2 LastLast

Similar Threads

  1. MMF2 Extension Request : OE-Cake Fluid extension
    By pyromane in forum Extension Development
    Replies: 5
    Last Post: 1st July 2013, 03:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •