Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 History  



1.1  Major rewrite 2.0  





1.2  Patent conflicts  





1.3  Compact Font Format engine donation  







2 Users  





3 References  





4 External links  














FreeType






العربية
Català
Deutsch
Español
فارسی
Français

Հայերեն
Italiano

Norsk bokmål
Polski
Português
Русский
Suomi
Українська

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


FreeType
Developer(s)David Turner, Robert Wilhelm, Werner Lemberg[1][2] and FreeType contributors
Initial release1996; 28 years ago (1996)[3]
Stable release

2.13.2[4] Edit this on Wikidata / 25 August 2023; 10 months ago (25 August 2023)

Repository
Written inC
Operating systemCross-platform
TypeSoftware development library: Font rasterization
LicenseGNU General Public License / FreeType License
Websitefreetype.org
A lower case e
A lower case is
A lower case w
Lower case e, is, and w subpixel rendered with FreeType

FreeType is a software development library used to render text onto bitmaps, and which provides support for other font-related operations. The FreeType font rasterization engine is free and open-source software with the source code dual-licensed under a BSD-like license and the GPL. FreeType supports a number of font formats, including TrueType, Type 1, and OpenType.[5]

History

[edit]

The FreeType rendering engine was started in 1995 by David Turner with the intent to provide TrueType font support for the OS/2 operating system,[1] including an interpreter for handling TrueType bytecode. Originally written in the Pascal programming language, it was ported in 1997 by Robert Wilhelm to C.[3][6][7]

FreeType 1 had support only for the TrueType font format, but it included an extension to support OpenType text layout features.

Major rewrite 2.0

[edit]

Version 2.0 of FreeType was a complete rewrite to make it more modular. FreeType 2 brought support for more font formats and an evolved source code which the developers stated was "simpler and more powerful".[8] FreeType 2 is not backward-compatible with FreeType 1 but the developers stated that moving from FreeType 1 to FreeType 2 poses little difficulty.[8]Astext layout processing was not an objective of FreeType 2, however, the OpenType text layout functionality of FreeType 1 was removed in FreeType 2. A very evolved form of the OpenType text layout functionality of FreeType 1 is used in the Pango text layout library. The HarfBuzz project is further evolving that functionality with a complete rewrite offered as a standalone library with a less restrictive license than Pango's license.[9]

Patent conflicts

[edit]

In 1999, the Freetype project was informed by Apple Incorporated that FreeType was infringing patents related to TrueType font hinting. Following that, Freetype deactivated by default or worked around patent relating technologies. Therefore, several open source projects, such as FreeBSDorLinux, had FreeType included with font hinting functionality disabled or degraded to avoid the issue of software patents held by Apple Inc.[10]

Since May 2010, all conflicting software patents related to font hinting have expired,[10] allowing FreeType's TrueType font hinter to be used in open source. Many of the operating systems which disabled the renderer now give the user the option to enable it. In Fedora, freetype-freeworld was switched from the proprietary yum repository to the free repository.[11]

Since August 2019, all conflicting software patents related to ClearType color filtering have expired,[10] allowing FreeType to use ClearType color filtering method in 2.10.3.

Compact Font Format engine donation

[edit]

In 2013 Adobe donated a Compact Font Format rendering engine to the FreeType project which integrated it and made it the default with version 2.5.[12][13]

Users

[edit]

FreeType is used as a font renderer in Android, ChromeOS.[14] Apple uses FreeType in iOS[14] and macOS[15] next to Apple Advanced Typography. In 2007, Sun Microsystems switched from using a proprietary font rasterizer to using FreeType in the OpenJDK Java development kit.[16]OnWindows, projects like gdipp[17] and MacType[18] aim to override the system renderer with FreeType. FreeType is also used as a font renderer in ReactOS.[19]

As well as being used by the major free software desktop systems, FreeType has been used as a rasterization engine for some modern video games,[20][21][22] and Opera for the Wii.[23] Sony ships FreeType with its PlayStation 3,[24] PlayStation 4,[25] and PlayStation Vita[26] consoles.

References

[edit]
  1. ^ a b "Interview with David Turner of Freetype". OSNews. June 28, 2007. Retrieved March 31, 2011.
  • ^ "The FreeType Project LICENSE" (text). FreeType. January 27, 2006. Retrieved March 31, 2011.
  • ^ a b "FreeType History". 2013-07-02. Retrieved 2014-08-06.
  • ^ Werner LEMBERG (25 August 2023). "[ft-announce] Announcing FreeType 2.13.2". Retrieved 28 August 2023.
  • ^ "FreeType 2 Overview". FreeType 2. SourceForge, Inc. July 4, 2010. Features. Retrieved March 31, 2011.
  • ^ "The FreeType 2 FAQ". Archived from the original on 18 July 2009.
  • ^ "What are the differences between FreeType 1.x and FreeType 2 ?". Experts123.com. Retrieved 2014-04-04.
  • ^ a b "FreeType 2 FAQ". FreeType 2. Retrieved July 26, 2011.
  • ^ "HarfBuzz". Freedesktop.org. Retrieved 2014-04-04.
  • ^ a b c "FreeType and Patents". FreeType. SourceForge, Inc. July 4, 2010. Retrieved March 31, 2011.
  • ^ "RepoView: RPM Fusion (Fedora - free) development Source RPM Packages". Download1.rpmfusion.org. 2014-03-11. Retrieved 2014-04-04.
  • ^ Miñoza, Nicole (1 May 2013). "Adobe contributes font rasterizer technology to FreeType". Adobe TypeKit Blog.
  • ^ "You've Got CFF!". Google Open Source Blog. 19 June 2013.
  • ^ a b "Got CFF?". Google Open Source Blog. 1 May 2013. Retrieved 2014-04-04.
  • ^ "About the security content of OS X Lion v10.7.3 and Security Update 2012-001". Support.apple.com. 2012-05-31. Retrieved 2014-04-04.
  • ^ "Font Scaler". Retrieved 4 April 2014.
  • ^ "gdipp". Retrieved 4 August 2014.
  • ^ "MacType". GitHub. Retrieved 2016-09-12.
  • ^ Royal, Simon (2014-02-26). "ReactOS: A Windows Compatible Alternative OS". lowendmac.com. Retrieved 2016-01-10. While the main core of ReactOS is built from scratch, it has some dependencies on existing software and protocols. It uses parts of Wine, networking in the form of lwIP, USB from Haiku, as well as FreeType, Mesa3D, and UniATA.
  • ^ Games company Relic Entertainment has used FreeType for their games Dawn of War and Company of Heroes, as can be seen in the credits on the loading screens.
  • ^ FreeType has also been implemented in the American Girl games for the PC such as A Treehouse of My Own and Julie Saves The Eagles.
  • ^ Games company Bandai Namco Entertainment has also used FreeType for Ace Combat 7: Skies Unknown, as can be seen in the copyright section.
  • ^ Opera 9 for the Wii console uses FreeType, as can be seen by looking at the "Third-party information" page which can be found on the Wii via: Internet Channel > Operations Guide > About > Opera 9 for Wii — Third-party information
  • ^ "PlayStation 3 License". Scei.co.jp. Retrieved 2014-04-04.
  • ^ "Open Source Software used in PlayStation®4". Scei.co.jp. Retrieved 2014-04-04.
  • ^ "Open Source Software used in PlayStation®Vita". Scei.co.jp. Retrieved 2014-04-04.
  • [edit]
    Retrieved from "https://en.wikipedia.org/w/index.php?title=FreeType&oldid=1232049899"

    Categories: 
    Computer-related introductions in 1996
    C (programming language) libraries
    Free typesetting software
    Text rendering libraries
    Hidden categories: 
    Articles with short description
    Short description is different from Wikidata
    Commons category link from Wikidata
    Articles containing Polish-language text
     



    This page was last edited on 1 July 2024, at 17:44 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki