Freetype Library Mac Os X

FreeType, curiously, doesn't seem to recognize the existence of OS X - the package still warns that they 'do not support Macs'. I substituted OS X's native 'config.guess' and 'config.sub', and the configure process finishes smoothly now. However, make starts to fail when it looks for what appear to be a ton of X11-related files and definitions.

News & Updates

FreeType 2.10.4

This is an emergency release, fixing a severe vulnerability in embedded PNG bitmap handling (see here for more).

All users should update immediately.

FreeType 2.10.3

2020-10-10

This is a maintenance release, having better support for TrueType glyphs with overlapping contours. See the list of changes for more details.

A warning for distribution maintainers: Version 2.10.3 and later may break the build of ghostscript, due to ghostscript's use of a withdrawn macro that wasn't intended for external usage. A fix is available here.

Mac

FreeType 2.10.2

Besides various maintenance fixes, this release comes with support of WOFF 2 fonts. More details are listed in the list of changes.

FreeType 2.10.1

2019-07-01

A new maintenance release, fixing bytecode hinting of OpenType variation fonts and cmap processing of PCF fonts, among other things. Check the list of changes for more fixes.

FreeType 2.10.0

This release brings one notable feature, namely support for color-layered outline glyphs (for example, scalable emoji glyphs). Additionally, the API reference has been completely overhauled and modernized, as already announced.

As usual, many minor fixes and corrections have been applied also; a detailed list is given here.

Website Makeover

2018-08-25

A revamped version of the FreeType website is available for preview here. It includes a complete interface redesign, and uses markdown as input which greatly improves maintainability. Comments are welcome.

FreeType 2.9.1

This is a maintenance release; most importantly fixing correct handling of Type 1 fonts with flex features, which was broken in version 2.9. An overview of the remaining changes is given here. All users should upgrade.

FreeType 2.9

2018-01-08

FreeType version 2.9, the first release of a new ‘minor’ series, is now available for download. The main reason for starting a new series is Ewald Hew's GSoC contribution of making Adobe's CFF engine handle Type 1 fonts also, greatly improving the rendering quality of this ancient but still important font format.

If you are going to use variation fonts, please update to this version since it comes with some important fixes. More information on this and other changes can be found here.

FreeType 2.8.1

FreeType 2.8.1 has been released. This is mainly a maintenance release with one important change: By default, FreeType now offers high quality LCD-optimized output without resorting to ClearType techniques of resolution tripling and filtering. In this method, called Harmony, each color channel is generated separately after shifting the glyph outline, capitalizing on the fact that the color grids on LCD panels are shifted by a third of a pixel. This output is indistinguishable from ClearType with a light 3-tap filter.

See here for a extensive list of changes; noteworthy bug fixes are correct handling of B/W TrueType hinting and some OpenType variation font handling issues.

FreeType 2.8

2017-05-13

FreeType 2.8 has been released. CFF2 support and OpenType variation font handling is now complete; the auto-hinter now understands 25 more scripts, for example N'Ko and Tifinagh.

See here for a list of changes; noteworthy bug fixes are the handling of TrueType fonts: unhinted loading didn't work as expected, and the light auto-hinter used incorrect metrics.

GSoC

The FreeType project was accepted to be part of Google Summer of Code 2017! Here's a link to our ideas list – if you have another one, please write to our mailing list so that we can discuss your suggestions, eventually adding them to the list. And if you want to participate as a student, now is the time to discuss everything, again using the mailing list.

FreeType 2.7.1

2016-12-30

FreeType 2.7.1 has been released. The most important news is preliminary support of Adobe's new CFF2 font format and variation fonts as specified in the new OpenType specification version 1.8. It also fixes the handling of raw CID fonts (which might be found in PDF files)

See here for a list of changes.

FreeType 2.7

We start a new ‘minor’ series, which finally allows us to activate a new default mode for bytecode hinting (see also the announcements below for version 2.6.4 and 2.6.5): Subpixel hinting, also known as ClearType hinting.

In case you are already using subpixel hinting (for example, by using the ‘Infinality patches’ as provided by some GNU/Linux or BSD distributions, or directly from bohoomil.com), be noted that the new mode might provide subtle differences; the code was simplified to make it much faster. If you are used to the old full-pixel hinting, you will see many rendering changes. If you really dislike them, you can disable them at compile time or using the new FREETYPE_PROPERTIES environment variable.

A description of the remaining changes can be found here, as usual.

FreeType 2.6.5

2016-07-12

This release is almost identical to the previous version, with two differences.

  • It compiles again on Mac OS X, and
  • it reverts the activation of subpixel hinting by default; it will be enabled by default in the forthcoming 2.7.x series. Main reason for reverting this feature is the principle of least surprise: a sudden change in appearance of all fonts (even if the rendering improves for almost all recent fonts) should not be expected in a new micro version of a series.

FreeType 2.6.4

FreeType 2.6.4 has been released. The most important change is a new bytecode hinting mode for TrueType fonts that finally activates subpixel hinting (a.k.a. ClearType hinting) by default.

The new release also brings support for the following new scripts in the auto-hinter: Armenian, Cherokee, Ethiopic, Georgian, Gujarati, Gurmukhi, Malayalam, Sinhala, and Tamil.

See here for a detailed list of changes.

FreeType 2.6.3

2016-02-09

FreeType 2.6.3 has been released. It brings support for four new Asian scripts in the auto-hinter (Khmer, Myanmar, Kannada, and Bengali), together with other, minor improvements and bug fixes.

See here for a detailed list of changes.

More on the 2.6.2 release for users and developers

FreeType 2.6.2 ships with three interesting details for users and developers of rendering libraries that deal with text. Read more.

FreeType 2.6.2

2015-11-28

FreeType 2.6.2 has been released. This is a minor release that mainly provides better handling of malformed fonts. All users should upgrade.

A new feature is stem darkening support for the auto-hinter. Note, however, that it is off by default, since most graphic systems don't provide correct linear alpha blending with gamma correction, which is crucial for a good appearance. For the same reason, stem darkening for the CFF engine is now off by default, too.

See here for a more detailed list of changes.

FreeType 2.6.1

FreeType 2.6.1 has been released. This is a minor release that corrects problems with CFF metrics, and that provides better handling of malformed fonts. Two notably new features are auto-hinting support for the Lao script and a simple interface for accessing named instances in GX TrueType variation fonts.

See here for a list of changes.

Freetype Osx

FreeType 2.6

2015-06-08

FreeType 2.6 has been released. This is a new major release that provides a better (and simpler) thread-safety model. Among other new features we now have auto-hinting support for Arabic and Thai, together with much improved handling of Apple's GX TrueType variation font format.

See here for a list of changes.

Roadmap

Besides user support and fixing bugs, your money will help me implement the following issues.

  • Setting up a test framework for FreeType. This is a huge, long-term undertaking that will ensure both stability and reliability of the library. The idea is to collect test cases (mainly broken fonts) that cover as much source code as possible. Another idea to investigate is the development of scripts that can generate both valid and invalid input data to systematically increase the coverage of executed library code, including the unlikely cases. Finally, images of valid, well-rendered input fonts could be collected: As soon as a change to the rendering image gets applied, a comparison run with those images should detect rendering regressions.
  • Further improvements to the auto-hinter. Right now, the module for Indic support is a dummy, and support for the family of Arabic scripts is completely missing. [FreeType 2.9 comes with auto-hinting support for almost all scripts where hinting makes sense.] Both investigation and research is necessary to find out how much auto-hinting is possible and useful, and whether other, completely different scripts can be supported at all.
  • Right now, rendering Type 1 and CID-keyed fonts is the weakest part of FreeType. However, we now have a brand-new module for handling CFF. Given that CFF is very similar to Type 1, it should be not too difficult to use and/or extend the CFF code so that Type 1 fonts can be handled, too. [This was a GSoC project in 2017, and the resulting code has been merged into FreeType 2.9.]
  • Explore whether it makes sense to merge FreeType with (parts of) the HarfBuzz library. Since version 2.5.3, FreeType already links to HarfBuzz to use its abilities for scanning OpenType layout features, and more integration might be sensible for both libraries.
  • More improvements to this website. Last year I’ve redesigned the FreeType website. However, a large bunch of documents are still using the old design, and some of them are also no longer up to date. [As with version 2.6.0, the FreeType Tutorial has been updated.]

FreeType 2.5.3

FreeType 2.5.3 has been released. All users should upgrade due to fixed vulnerability in the CFF driver (CVE-2014-2240).

Its main new feature is much enhanced support of auto-hinting SFNT fonts (i.e., TrueType and CFF fonts) due to the use of the HarfBuzz library. A more detailed description of this and other changes can be found here.

FreeType 2.5.2

2013-12-08

FreeType 2.5.2 has been released. It fixes a serious bug introduced in version 2.5.1; all users should upgrade.

Freetype Mac

A listing of the changes can be found here.

FreeType 2.5.1

FreeType 2.5.1 has been released, providing three major new features.

  • Support for the WOFF font format, contributed by Behdad Esfahbod.
  • The auto-hinter now supports Hebrew, together with improved support for Cyrillic and Greek.
  • The directory layout of the (installed) FreeType header files has been simplified.

Among other changes I want to mention that FreeType's TrueType debugger (ttdebug) has been made more versatile. An exhaustive list of changes can be found here.

Pledgie Campaign Was Successful!

2013-06-25

Thanks to a very generous donation by Pierre Arnaud from Epsitec, the pledgie campaign for FreeType has reached its goal. I want to say thank you again to all donors! Of course, noone stops you from further donating to the campaign :-)

After integration of Adobe's CFF module and Google's color emoji support, I will use the next months to work on the remaining issues that I've promised to implement. Stay tuned!

Freetype Library Mac Os X Download

FreeType 2.5

FreeType 2.5 has been released. A major new feature is support for color embedded bitmaps (eg. color emoji), contributed by Behdad Esfahbod on behalf of Google. Additionally, Adobe's CFF engine is now the default, which makes a good reason to change from the 2.4.x to the 2.5.x series.

On the technical side, the property API to access FreeType module parameters (FT_Property_Set and FT_Property_Get) is now declared as stable.

As usual, see this file for the complete release notes, which give more details. And we have again blog entries from Adobe and Google.

[Please download the 2.5.0.1 bundle of the FreeType library, which fixes a packaging error.]

The OS X frameworks provide the interfaces you need to write software for Mac. Some of these frameworks contain simple sets of interfaces while others contain multiple subframeworks. Where applicable, the tables in this appendix list the key prefixes used by the classes, methods, functions, types, or constants of the framework. You should avoid using any of the specified prefixes in your own symbol names.

System Frameworks

Table A-1 describes the frameworks located in the /System/Library/Frameworks directory and lists the first version of OS X in which each became available.

Table A-1 System frameworks

Name

First available

Prefixes

Description

Accelerate.framework

10.3

cblas, vDSP, vv

Umbrella framework for vector-optimized operations. See Accelerate Framework.

Accounts.framework

10.8

AC

Provides access to user accounts stored in the Accounts database. See Accounts Framework Reference.

AddressBook.framework

10.2

AB, ABV

Provides access to the Address Book, which is a centralized database of user contact information. Apps that target OS X v10.11 or greater should use Contacts.framework.

AGL.framework

10.0

AGL, GL, glm, GLM, glu, GLU

Contains Carbon interfaces for OpenGL. See AGL Reference.

AppKit.framework

10.0

NS

Contains classes and methods for the Cocoa user-interface layer. In general, link to Cocoa.framework instead of this framework. See AppKit Framework Reference.

AppKitScripting.framework

10.0

N/A

Deprecated. Use AppKit.framework instead.

AppleScriptKit.framework

10.0

ASK

Contains interfaces for creating AppleScript plug-ins.

AppleScriptObjC.framework

10.6

NS

Contains Objective-C extensions for creating AppleScript plug-ins.

ApplicationServices.framework

10.0

AE, AX, ATSU, CG, CT, LS, PM, QD, UT

Umbrella framework for several app-level services. See Application Services Framework.

AudioToolbox.framework

10.0

AU, AUMIDI

Contains interfaces for getting audio stream data, routing audio signals through audio units, converting between audio formats, and playing back music. See Audio Toolbox Framework Reference.

AudioUnit.framework

10.0

AU

Contains interfaces for defining Core Audio plug-ins. See Audio Unit Framework Reference.

AudioVideoBridging.framework

10.8

AVB

Supports Audio Video Bridging (AVB) and implements the IEEE P1722.1 draft standard.

Automator.framework

10.4

AM

Umbrella framework for creating Automator plug-ins. See Automator Framework.

AVFoundation.framework

10.7

AV

Provides interfaces for playing, recording, inspecting, and editing audiovisual media. See AVFoundation Audio Functions.

AVKit.framework

10.9

AV

Provides API for media playback including user controls, chapter navigation, subtitles, and closed captioning. See AV Kit Framework Reference

CalendarStore.framework

10.5

Cal

Deprecated. Use Event Kit instead. See Event Kit.

Carbon.framework

10.0

HI, HR, ICA, ICD, Ink, Nav, OSA, PM, SFS,SR

Umbrella framework for Carbon-level services. See Carbon Framework.

CFNetwork.framework

10.3

CF

Contains interfaces for network communication using HTTP, sockets, and Bonjour. See CFNetwork Framework Reference.

CloudKit.framework

10.10

CK

Provides a conduit for moving data between your app and iCloud that can be used for all types of data. It also gives you control of when transfers occur. See CloudKit Quick Start or CloudKit Framework Reference.

Cocoa.framework

10.0

NS

Wrapper for including the Cocoa frameworks AppKit.framework, Foundation.framework, and CoreData.framework.

Collaboration.framework

10.5

CB

Contains interfaces for managing identity information. See Collaboration Framework Reference.

Contacts.framework

10.11

CN

Provides access to the Contacts store, which is a centralized database of user contact information. See Contacts Framework Reference.

CoreAudio.framework

10.0

Audio

Contains the hardware abstraction layer interface for manipulating audio. See Core Audio Framework Reference.

CoreBluetooth.framework

10.10

CB

Contains the classes used for communicating with Bluetooth Low Energy devices. See Core Bluetooth Framework Reference

CoreAudioKit.framework

10.4

AU

Contains Objective-C interfaces for audio unit custom views. See CoreAudioKit Framework Reference.

CoreData.framework

10.4

NS

Contains interfaces for managing your app’s data model. See Core Data Framework Reference.

CoreFoundation.framework

10.0

CF

Provides fundamental software services, including abstractions for common data types, string utilities, collection utilities, plug-in support, resource management, preferences, and XML parsing. See Core Foundation Framework Reference.

CoreGraphics.framework

10.0

CG

Contains the Quartz interfaces for creating graphic content and rendering that content to the screen. See Core Graphics Framework Reference.

CoreImage.framework

10.4

CI

An image processing and analysis technology designed to provide near real-time processing for still and video images. See Core Image Programming Guide.

CoreLocation.framework

10.6

CL

Provides interfaces for determining the geographical location of a computer. See Core Location Framework Reference.

CoreMedia.framework

10.7

CM

Contains low-level interfaces for for managing and and playing audio-visual media in an app. See Core Media Framework Reference.

CoreMediaIO.framework

10.7

CMIO

Contains interfaces of the Device Abstraction Layer (DAL) used for creating plug-ins that can access media hardware.

CoreMIDI.framework

10.0

MIDI

Contains utilities for implementing MIDI client programs. See Core MIDI Framework Reference.

CoreMIDIServer.framework

10.0

MIDI

Deprecated in OS X v10.6. Use CoreMIDI.framework instead.

CoreServices.framework

10.0

CF, DCS, MD, SK, WS

Umbrella framework for system-level services. See Core Services Framework.

CoreText.framework

10.5

CT

Contains the interfaces for performing text layout and display. See Core Text Reference Collection.

CoreVideo.framework

10.5

CV

Contains interfaces for managing video-based content. See Core Video Framework Reference.

CoreWLAN.framework

10.6

CW

Contains interfaces for managing wireless networks. See CoreWLAN Framework Reference.

CryptoTokenKit.framework

10.10

TK

Contains interface for using smart cards. See CryptoTokenKit Framework Reference.

DirectoryService.framework

10.0

ds

Deprecated in OS X v10.6. Use OpenDirectory.framework instead.

DiscRecording.framework

10.2

DR

Contains interfaces for burning data to CDs and DVDs. See Disc Recording Framework Reference.

DiscRecordingUI.framework

10.2

DR

Contains the user interface layer for interacting with users during the burning of CDs and DVDs. See Disc Recording UI Framework Reference.

DiskArbitration.framework

10.4

DA

Contains interfaces for getting information related to local and remote volumes. See Disk Arbitration Framework Reference.

DrawSprocket.framework

10.0

DSp

Contains the game sprocket component for drawing content to the screen.

DVComponentGlue.framework

10.0

IDH

Contains interfaces for communicating with digital video devices, such as video cameras.

DVDPlayback.framework

10.3

DVD

Contains interfaces for embedding DVD playback features into your app. See DVD Playback Framework Reference.

EventKit.framework

10.8

EK

Provides an interface for accessing a user’s calendar events and reminder items. See Event Kit Framework Reference.

ExceptionHandling.framework

10.0

NS

Contains exception-handling classes for Cocoa apps. See Exception Handling Framework Reference.

FinderSync.framework

10.10

FI

Provides API for enhancing the Finder’s user interface by adding badges, shortcut menu items, and toolbar buttons. See Finder Sync Framework Reference

ForceFeedback.framework

10.2

FF

Contains interfaces for communicating with force feedback–enabled devices. See Force Feedback Framework Reference.

Foundation.framework

10.0

NS

Contains the classes and methods for the Cocoa Foundation layer. If you are creating a Cocoa app, linking to the Cocoa framework is preferable. See Foundation Framework Reference.

FWAUserLib.framework

10.2

FWA

Contains interfaces for communicating with FireWire-based audio devices. See FWAUserLib.h Reference.

GameController.framework

10.9

GC

A collection of classes for discovering and interacting with connected game controllers. See Game Controller Programming Guide

GameKit.framework

10.8

GK

Provides APIs that allow your app to participate in Game Center. See Game Kit Framework Reference.

GLKit.framework

10.8

GLK

Provides functions and classes that reduce the effort required to create new shader-based apps or to port existing apps that rely on fixed-function vertex or fragment processing provided by earlier versions of OpenGL ES or OpenGL. See GLKit Framework Reference.

GLUT.framework

10.0

glut, GLUT

Contains interfaces for the OpenGL Utility Toolkit, which provides a platform-independent interface for managing windows.

GSS.framework

10.7

gss

Contains interfaces for Generic Security Services Application Program Interface (GSSAPI).

Hypervisor.framework

10.10

hv

Allows virtualization vendors to build virtualization solutions on top of OS X without needing to deploy third-party kernel extensions (KEXTs). See Hypervisor Framework Reference.

ICADevices.framework

10.3

ICD

Contains low-level interfaces for communicating with digital devices such as scanners and cameras. See Carbon Framework.

ImageCaptureCore.framework

10.6

IC

Contains Objective-C interfaces for communicating with digital devices such as scanners and cameras.

ImageIO.framework

10.4

CGImage

Contains interfaces for importing and exporting image data.

IMServicePlugIn.framework

10.7

IM

Contains interfaces for building third-party plug-ins for Chat services. Umbrella framework for IMServicePlugInSupport.framework.

InputMethodKit.framework

10.5

IMK

Contains interfaces for developing new input methods, which are modules that handle text entry for complex languages. See Input Method Kit Framework Reference.

InstallerPlugins.framework

10.4

IFX

Contains interfaces for creating plug-ins that run during software installation sessions. See Installer JavaScript Reference.

InstantMessage.framework

10.4

FZ, IM

Deprecated in OS X v10.9. Do not use.

IOBluetooth.framework

10.2

IO

Contains interfaces for communicating with Bluetooth devices.

IOBluetoothUI.framework

10.2

IO

Contains the user interface layer for interacting with users manipulating Bluetooth devices.

IOKit.framework

10.0

IO, IOBSD, IOCF

Contains the main interfaces for creating user-space device drivers and for interacting with kernel-resident drivers from user space. See IOKitLib.h Reference.

IOSurface.framework

10.6

IO

Contains low-level interfaces for sharing graphics surfaces between apps. See IOSurface Framework Reference.

JavaFrameEmbedding.framework

10.5

N/A

Contains interfaces for embedding Java frames in Objective-C code.

JavaScriptCore.framework

10.5

JS

Contains the library and resources for executing JavaScript code within an HTML page. (Prior to OS X v10.5, this framework was part of WebKit.framework. See JavaScriptCore Framework Reference.

JavaVM.framework

10.0

JAWT, JDWP, JMM, JNI, JVMDI, JVMPI, JVMTI

Deprecated in OS X v10.7. Use Oracle Java instead.

Kerberos.framework

10.0

GSS, KL, KRB, KRB5

Contains interfaces for using the Kerberos network authentication protocol.

Kernel.framework

10.0

numerous

Contains the interfaces for kernel-extension development, including Mach, BSD, libkern, I/O Kit, and the various families built on top of I/O Kit. See Kernel Framework Reference.

LatentSemanticMapping.framework

10.5

LSM

Contains interfaces for classifying text based on latent semantic information. See Latent Semantic Mapping Reference.

LDAP.framework

10.0

N/A

Do not use.

LocalAuthentication.framework

10.10

LA

Contains API for requesting authentication from users using specified policies. See Local Authentication Framework Reference

MapKit.framework

10.9

MK

Provides classes and protocols for embedding maps into the windows and views of your apps. Includes support for annotations, overlays, and reverse-geocoding lookups. See Map Kit Framework Reference

MediaAccessibility.framework

10.9

MA

Provides API to access user preferences for captions that can accompany media, such as closed captioning. See Media Accessibility Framework Reference

MediaLibrary.framework

10.9

ML

Provides a read-only data model representing a user’s collections of images, audio, and video. See Media Library Framework Reference

Message.framework

10.0

AS, MF, PO, POP, RSS, TOC, UR, URL

Contains Cocoa extensions for mail delivery.

Metal.framework

10.11

MTL

Provides GPU-accelerated 3D graphics rendering and>

MetalKit.framework

10.11

MTK

Contains functions and classes that reduce the effort required to create a Metal application. See MetalKit Framework Reference and MetalKit Functions Reference.

ModelIO.framework

10.11

MDL

Provides classes that support import, export, and editing of 3D model assets and related resources. See ModelIO Framework Reference.

MultipeerConnectivity.framework

10.10

MC

Contains API for finding and communicating with services provided by nearby devices using infrastructure Wi-Fi networks, peer-to-peer Wi-Fi, and Bluetooth personal area networks. See Multipeer Connectivity Framework Reference.

NetFS.framework

10.6

NetFS

Contains interfaces for working with network file systems.

NetworkExtension.framework

10.11

NE, NW

Provides support for configuring and controlling Virtual Private Network (VPN) tunnels. See Network Extension Framework Reference.

NotificationCenter.framework

10.10

NC, NS

Contains the interfaces for creating and managing extensions in the Today view of the Notification Center. See Notification Center Framework Reference

OpenAL.framework

10.4

AL

Contains the interfaces for OpenAL, a cross-platform 3D audio delivery library.

OpenCL.framework

10.6

CL, cl

Contains the interfaces for distributing general-purpose computational tasks across the available GPUs and CPUs of a computer. See OpenCL Programming Guide for Mac.

OpenDirectory.framework

10.6

OD

Contains Objective-C interfaces for managing Open Directory information. See Open Directory Programming Guide.

OpenGL.framework

10.0

CGL, GL, glu, GLU

Contains the interfaces for OpenGL, which is a cross-platform 2D and 3D graphics rendering library. See OpenGL Programming Guide for Mac.

OSAKit.framework

10.4

OSA

Contains Objective-C interfaces for managing and executing OSA-compliant scripts from Cocoa apps.

PCSC.framework

10.0

MSC, Scard, SCARD

Contains interfaces for interacting with smart card devices.

PreferencePanes.framework

10.0

NS

Contains interfaces for implementing custom modules for the System Preferences app. See Preference Panes Framework Reference.

PubSub.framework

10.5

PS

Contains interfaces for subscribing to RSS and Atom feeds. See Publication Subscription Framework Reference.

QTKit.framework

10.4

QT

Deprecated in OS X v10.9. Use AVFoundation.framework instead.

Quartz.framework

10.4

GF, PDF, QC, QCP

Umbrella framework for Quartz services. See Quartz Framework.

QuartzCore.framework

10.4

CA,CI, CV

Contains the interfaces for Core Image, Core Animation, and Core Video. See Quartz Core Framework Reference.

QuickLook.framework

10.5

QL

Contains interfaces for generating thumbnail previews of documents. See Quick Look Framework Reference for Mac.

QuickTime.framework

10.0

N/A

Deprecated in OS X v10.9. Use AVFoundation.framework and AVKit.framework instead.

Ruby.framework

10.5

N/A

Contains interfaces for the Ruby scripting language.

SceneKit.framework

10.8

SCN

Provides a high-level, Objective-C API to efficiently load, manipulate, and render 3D scenes in an app. See SceneKit Framework Reference.

ScreenSaver.framework

10.0

N/A

Contains interfaces for writing screen savers. See Screen Saver Framework Reference.

Scripting.framework

10.0

NS

Deprecated. Use Foundation.framework instead.

ScriptingBridge.framework

10.5

SB

Contains interfaces for running scripts from Objective-C code. See Scripting Bridge Framework Reference.

Security.framework

10.0

CSSM, Sec

Contains interfaces for system-level user authentication and authorization. See Security Framework Reference.

SecurityFoundation.framework

10.3

Sec

Contains Cocoa interfaces for authorizing users. See Security Foundation Framework Reference.

SecurityInterface.framework

10.3

PSA, SF

Contains the user interface layer for authorizing users in Cocoa apps. See Security Interface Framework Reference.

ServiceManagement.framework

10.6

SM

Contains interfaces for loading, unloading and managing launchd services. See Service Management Framework Reference.

Social.framework

10.8

SL

Provides an API for sending requests to supported social networking services that can perform operations on behalf of users. See Social Framework Reference.

SpriteKit.framework

10.9

SK

Provides API for animating arbitrary textured images, or sprites. It includes sound playback, a physics engine, and a rendering loop. See SpriteKit Programming Guide

StoreKit.framework

10.7

SK

Supports requesting payment from a user to purchase additional functionality or content from the Mac App Store. See Store Kit Framework Reference.

SyncServices.framework

10.4

ISync

Deprecated in OS X v10.7. Use Contacts.framework or Calendar.framework instead.

System.framework

10.0

N/A

Do not use.

SystemConfiguration.framework

10.0

SC

Contains interfaces for accessing network configuration and reachability information. See System Configuration Framework Reference.

Tcl.framework

10.3

Tcl

Contains interfaces for accessing the system’s Tcl interpreter from an app.

Tk.framework

10.4

Tk

Contains interfaces for accessing the system’s Tk toolbox from an app.

TWAIN.framework

10.2

TW

Contains interfaces for accessing TWAIN-compliant image-scanning hardware.

vecLib.framework

10.0

N/A

Deprecated. Use Accelerate.framework instead. See Accelerate Framework.

VideoDecodeAcceleration.framework

10.7

VDA

Deprecated in OS X v10.11. Use VideoToolbox.framework instead.

VideoToolbox.framework

10.8

VT

Comprises the 64-bit replacement for the QuickTime Image Compression Manager.

WebKit.framework

10.2

DOM, Web

Umbrella framework for rendering HTML content. See WebKit Framework.

XgridFoundation.framework

10.4

XG

Deprecated in OS X v10.8.

Contains interfaces for connecting to and managing computing cluster software.

OS X contains several umbrella frameworks for major areas of functionality. Umbrella frameworks group several related frameworks into a larger framework that can be included in your project. When writing software, link your project against the umbrella framework; do not try to link directly to any of its subframeworks. The following sections describe the contents of the umbrella frameworks in OS X.

Accelerate Framework

Table A-2 lists the subframeworks of the Accelerate framework (Accelerate.framework). If you are developing apps for earlier versions of OS X, vecLib.framework is available as a standalone framework.

Table A-2 Subframeworks of the Accelerate framework

Subframework

Description

vecLib.framework

Contains vector-optimized interfaces for performing math, big-number, and DSP calculations, among others.

vImage.framework

Contains vector-optimized interfaces for manipulating image data.

Application Services Framework

Table A-3 lists the subframeworks of the Application Services framework (ApplicationServices.framework) that are not links to top level frameworks. These frameworks provide C-based interfaces and are intended primarily for Carbon apps, although other programs can use them. The listed frameworks are available in all versions of OS X unless otherwise noted.

Table A-3 Subframeworks of the Application Services framework

Subframework

Description

ATS.framework

Deprecated in OS X v10.8. Use CoreText.framework instead.

ColorSync.framework

Contains interfaces for color matching using ColorSync.

HIServices.framework

Contains interfaces for accessibility, Internet Config, the pasteboard, the Process Manager, and the Translation Manager. Available in OS X v10.2 and later.

LangAnalysis.framework

Contains the Language Analysis Manager interfaces.

PrintCore.framework

Contains the Core Printing Manager interfaces.

QD.framework

Contains the QuickDraw interfaces.

SpeechSynthesis.framework

Contains the Speech Manager interfaces.

Automator Framework

Table A-4 lists the subframeworks of the Automator framework (Automator.framework).

Table A-4 Subframeworks of the Automator framework

Subframework

Description

MediaBrowser.framework

Contains private interfaces for managing Automator plug-ins.

Carbon Framework

Table A-5 lists the subframeworks of the Carbon framework (Carbon.framework). The listed frameworks are available in all versions of OS X unless otherwise noted.

Table A-5 Subframeworks of the Carbon framework

Subframework

Description

CarbonSound.framework

Deprecated in OS X v10.5. Use CoreAudio.framework instead.

CommonPanels.framework

Contains interfaces for displaying the Font window, Color window, and some network-related dialogs.

Help.framework

Contains interfaces for launching and searching Apple Help.

HIToolbox.framework

Deprecated in OS X v10.7. Use Cocoa.framework instead.

HTMLRendering.framework

Contains interfaces for rendering HTML content. The WebKit framework is the preferred framework for HTML rendering. See WebKit Framework.

ImageCapture.framework

Contains interfaces for capturing images from digital cameras. This framework works in conjunction with the Image Capture Devices framework (ICADevices.framework).

Ink.framework

Contains interfaces for managing pen-based input. (Ink events are defined with the Carbon Event Manager.)

NavigationServices.framework

Contains interfaces for displaying file navigation dialogs.

OpenScripting.framework

Contains interfaces for writing scripting components and interacting with those components to manipulate and execute scripts.

Print.framework

Contains the Carbon Printing Manager interfaces for displaying printing dialogs and extensions.

SecurityHI.framework

Deprecated in OS X v10.9. Use Security.framework instead.

SpeechRecognition.framework

Contains the Speech Recognition Manager interfaces.

Core Services Framework

Table A-6 lists the subframeworks of the Core Services framework (CoreServices.framework). These frameworks provide C-based interfaces and are intended primarily for Carbon apps, although other programs can use them. The listed frameworks are available in all versions of OS X unless otherwise noted.

Table A-6 Subframeworks of the Core Services framework

Subframework

Description

AE.framework

Contains interfaces for creating and manipulating Apple events and making apps scriptable.

CarbonCore.framework

Contains interfaces for many legacy Carbon Managers. Most of the APIs in this framework are deprecated in OS X v10.8 (for more information, see Carbon Core Deprecations).

DictionaryServices.framework

Provides dictionary lookup capabilities.

FSEvents.framework

Provides a mechanism to notify clients about directories to re-scan to keep internal data structures up-to-date with the true state of the file system.

LaunchServices.framework

Contains interfaces for launching apps.

Metadata.framework

Contains interfaces for managing Spotlight metadata.

OSServices.framework

Contains interfaces for Open Transport and many hardware-related legacy Carbon managers.

SearchKit.framework

Contains interfaces for the Search Kit.

Quartz Framework

Table A-7 lists the subframeworks of the Quartz framework (Quartz.framework).

Table A-7 Subframeworks of the Quartz framework

Subframework

Description

ImageKit.framework

Contains Objective-C interfaces for finding, browsing, and displaying images.

PDFKit.framework

Contains Objective-C interfaces for displaying and managing PDF content.

QuartzComposer.framework

Contains Objective-C interfaces for playing Quartz Composer compositions in an app.

QuartzFilters.framework

Contains Objective-C interfaces for managing and applying filter effects to a graphics context.

QuickLookUI.framework

Contains Objective-C interfaces for creating and managing a Quick Look preview panel, which is a UI object that displays preview items.

WebKit Framework

Table A-8 lists the subframeworks of the WebKit framework (WebKit.framework).

Table A-8 Subframeworks of the WebKit framework

Subframework

Description

WebCore.framework

Contains the library and resources for rendering HTML content in an HTMLView control.

Xcode Frameworks

Xcode and all of its supporting tools and libraries reside in a portable directory structure. This directory structure makes it possible to have multiple versions of Xcode installed on a single system or to have Xcode installed on a portable hard drive that you plug in to your computer when you need to do development. This portability means that the frameworks required by the developer tools are installed in the <Xcode>/Library/Frameworks directory, where <Xcode> is the path to the Xcode installation directory. Table A-9 lists the frameworks that are located in this directory.

Table A-9 Xcode frameworks

Framework

First available

Prefixes

Description

XCTest.framework

Xcode 5

XC

Interfaces for implementing unit tests in Objective-C.

System Libraries

Some specialty libraries at the BSD level are not packaged as frameworks. Instead, OS X includes many dynamic libraries in the /usr/lib directory and its subdirectories. Dynamic shared libraries are identified by their .dylib extension. Header files for the libraries are located in the /usr/include directory.

Download

Macos Freetype

OS X uses symbolic links to point to the most current version of most libraries. When linking to a dynamic shared library, use the symbolic link instead of a link to a specific version of the library. Library versions may change in future versions of OS X. If your software is linked to a specific version, that version might not always be available on the user’s system.



Freetype Library Mac Os X Downloads

Copyright © 2004, 2015 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2015-09-16