TechnologiesGraphics, Imaging & Compositing

ApplicationServices

iOSmacOStvOSwatchOSvisionOS

ApplicationServices is a macOS umbrella framework that bundles application-level graphics services, including Core Graphics, the Apple Type Services (ATS) font and text-layout engine, ColorSync, and HIServices. Through its ATS types you work with font enumeration and metrics using structures such as ATSFontFilter, ATSFontMetrics, ATSGlyphIdealMetrics, and the FMFontFamilyIterator family, and you describe glyph layout and rendering with ATSLayoutRecord, ATSUCurvePath, ATSUGlyphInfo, and ATSUStyleRunInfo. Because it is an umbrella, it primarily re-exports the capabilities of its constituent frameworks rather than defining services of its own.

Accessibility 11

Types for inspecting and observing the accessibility hierarchy of running applications.

  • Cl
    AXUIElement
    @typedef AXUIElementRef
  • Cl
    AXObserver
    @typedef AXObserverRef
  • Cl
    AXValue
    @typedef AXValueRef
  • Cl
    AXTextMarker
    @typedef AXTextMarkerRef
  • Cl
    AXTextMarkerRange
    @typedef AXTextMarkerRangeRef
  • En
    AXValueType
    @enum AXValueType Wrappers
  • En
    AXError
    @enum Accessibility Error Codes
  • En
    AXPrioritymacOS 10.9+
    @abstract Priority values used for kAXPriorityKey
  • En
    AXUnderlineStyle
    @typedef AXUnderlineStyle
  • St
    AXMenuItemModifiers
    @typedef AXMenuItemModifiers
  • St
    AXCopyMultipleAttributeOptions
    @enum kAXCopyMultipleAttributeOptionStopOnError

Font Enumeration and Management 19

Types for discovering, filtering, and iterating installed fonts and font families.

  • St
    ATSFontFilter
    A structure that specifies criteria for restricting the set of fonts returned by an enumeration.
  • St
    ATSFontFilterSelector
    Constants that identify which criterion an ATSFontFilter applies during a font query.
  • St
    ATSFontMetrics
    A structure that holds the design metrics, such as ascent and descent, for a font.
  • St
    ATSFontNotifyOption
    Constants that control the delivery of font-database change notifications.
  • St
    ATSFontNotifyAction
    Constants that identify the kind of change reported in a font notification.
  • St
    ATSFontQuerySourceContext
    A structure that supplies the callback and user data for an asynchronous font query.
  • St
    ATSFontQueryMessageID
    Constants that identify the messages exchanged during an asynchronous font query.
  • St
    FMInput
    A structure that supplies the input parameters for a QuickDraw font-manager request.
  • St
    FMFontFamilyInstance
    A structure that identifies a specific style instance within a font family.
  • St
    FMFontFamilyIterator
    A structure that maintains state while iterating over installed font families.
  • St
    FMFontIterator
    A structure that maintains state while iterating over individual installed fonts.
  • St
    FMFontFamilyInstanceIterator
    A structure that maintains state while iterating over the style instances of a font family.
  • St
    FontRec
    A structure that holds the bitmap font data for a QuickDraw font.
  • St
    FamRec
    A structure that holds the resource data describing a QuickDraw font family.
  • St
    FontInfo
    A structure that holds the ascent, descent, leading, and width metrics of a QuickDraw font.
  • St
    FontAssoc
    A structure that holds the font-association table for a QuickDraw font family.
  • St
    AsscEntry
    A structure that associates a font size and style with a font resource in a family.
  • St
    NameTable
    A structure that holds the name strings for a QuickDraw font family.
  • St
    StyleTable
    A structure that holds the style-mapping table for a QuickDraw font family.

Glyph Layout and Metrics 17

Types describing glyph positioning, paths, metrics, and text-layout records for the Apple Type Services engine.

  • St
    ATSLayoutRecord
    A structure that records the glyph, position, and flags for one element of a laid-out line of text.
  • St
    ATSGlyphIdealMetrics
    A structure that holds the device-independent advance and bounding metrics for a glyph.
  • St
    ATSGlyphScreenMetrics
    A structure that holds the device-specific, hinted screen metrics for a glyph.
  • St
    ATSUGlyphInfo
    A structure that holds the glyph, position, and style information for one laid-out glyph.
  • St
    ATSUGlyphInfoArray
    A structure that holds an array of glyph-information records for a run of text.
  • St
    ATSUGlyphSelector
    A structure that selects a specific glyph for substitution in an ATSUI style run.
  • St
    ATSUCurvePath
    A structure that describes a single glyph outline as a series of on- and off-curve points.
  • St
    ATSUCurvePaths
    A structure that holds a collection of curve paths forming a glyph's outline.
  • St
    ATSUStyleRunInfo
    A structure that describes a run of text sharing a single ATSUI style.
  • St
    ATSUAttributeInfo
    A structure that pairs an ATSUI attribute tag with the size of its value.
  • St
    ATSUCaret
    A structure that describes the position and slope of a text-insertion caret.
  • St
    ATSUTab
    A structure that describes the position and type of a tab stop in laid-out text.
  • St
    ATSURGBAlphaColor
    A structure that holds an RGB color with an alpha component for ATSUI rendering.
  • St
    ATSUBackgroundData
    A structure that describes how to draw the background behind a run of highlighted text.
  • St
    ATSUUnhighlightData
    A structure that describes how to restore the background when removing text highlighting.
  • St
    ATSTrapezoid
    A structure that describes a trapezoidal region bounding a run of laid-out glyphs.
  • St
    ATSJustWidthDeltaEntryOverride
    A structure that overrides the justification width-change limits applied to a glyph.

Serialized Text-Layout Data 14

Header and record structures that describe ATSUI text layouts flattened to a portable binary representation.

  • St
    ATSFlatDataMainHeaderBlock
    The top-level header that begins a flattened ATSUI text-layout data block.
  • St
    ATSFlatDataTextLayoutDataHeader
    A header that describes the text-layout data section of a flattened ATSUI layout.
  • St
    ATSFlatDataTextLayoutHeader
    A header that introduces the text-layout records within a flattened ATSUI layout.
  • St
    ATSFlatDataLayoutControlsDataHeader
    A header that describes the layout-control attributes in a flattened ATSUI layout.
  • St
    ATSFlatDataLineInfoData
    A structure that holds per-line layout information within a flattened ATSUI layout.
  • St
    ATSFlatDataLineInfoHeader
    A header that introduces the per-line information records in a flattened ATSUI layout.
  • St
    ATSFlatDataStyleRunDataHeader
    A header that describes the style-run data in a flattened ATSUI layout.
  • St
    ATSFlatDataStyleListStyleDataHeader
    A header that describes an individual style entry in a flattened ATSUI style list.
  • St
    ATSFlatDataStyleListHeader
    A header that introduces the style list within a flattened ATSUI layout.
  • St
    ATSFlatDataStyleListFeatureData
    A structure that holds font-feature settings for a style in a flattened ATSUI layout.
  • St
    ATSFlatDataStyleListVariationData
    A structure that holds font-variation settings for a style in a flattened ATSUI layout.
  • St
    ATSFlatDataFontNameDataHeader
    A header that describes the font-name data in a flattened ATSUI layout.
  • St
    ATSFlatDataFontSpecRawNameData
    A structure that holds the raw name bytes identifying a font in a flattened ATSUI layout.
  • St
    ATSFlatDataFontSpecRawNameDataHeader
    A header that describes a raw font-name specification in a flattened ATSUI layout.

Kerning Data 3

Structures that describe pairwise kerning adjustments between glyphs.

  • St
    KernPair
    A structure that describes the kerning adjustment between a pair of glyphs.
  • St
    KernEntry
    A structure that holds a single kerning entry within a kerning table.
  • St
    KernTable
    A structure that holds the table of kerning pairs for a font.

ColorSync Color Management 7

Types for color values, device profiles, and color-management transforms in the ColorSync subsystem.

  • St
    CMXYZColor
    A structure that holds a color expressed in the CIE XYZ tristimulus color space.
  • St
    CM2Profile
    A structure that represents a version 2 ColorSync color-management profile.
  • St
    CMMultiFunctLutType
    A structure that describes a multi-function lookup-table element of a color profile.
  • St
    CMFloatBitmapFlags
    Constants that describe the channel layout and format of a floating-point color bitmap.
  • St
    CMDeviceScope
    A structure that specifies the user and host scope to which a device color setting applies.
  • St
    CMDeviceInfo
    A structure that holds descriptive information about a color-managed device.
  • St
    CMDeviceProfileArray
    A structure that holds the array of color profiles associated with a device.

QuickDraw Graphics Structures 14

Legacy graphics primitives describing bitmaps, colors, ports, patterns, and pictures.

  • St
    BitMap
    A structure that describes a monochrome QuickDraw bitmap and its bounds.
  • St
    PixMap
    A structure that describes a QuickDraw color pixel image and its format.
  • St
    Pattern
    A structure that holds an eight-by-eight monochrome QuickDraw fill pattern.
  • St
    PixPat
    A structure that describes a multicolor QuickDraw fill pattern.
  • St
    RGBColor
    A structure that holds a color expressed as red, green, and blue components.
  • St
    ColorSpec
    A structure that pairs a color-table index with its RGB color value.
  • St
    ColorTable
    A structure that holds the set of colors available in a QuickDraw indexed color environment.
  • St
    GDevice
    A structure that describes a QuickDraw graphics device and its current characteristics.
  • St
    GrafPort
    A structure that describes the drawing environment of a QuickDraw graphics port.
  • St
    CQDProcs
    A structure that holds the customizable drawing-procedure pointers for a color QuickDraw port.
  • St
    Picture
    A structure that holds a recorded sequence of QuickDraw drawing operations.
  • St
    OpenCPicParams
    A structure that supplies parameters when opening a QuickDraw color picture for recording.
  • St
    MacPolygon
    A structure that describes a QuickDraw polygon as a series of points.
  • St
    VDGammaRecord
    A structure that holds the gamma-correction table for a video display device.

Shapes and Regions 2

HIServices region objects for representing and manipulating drawable shapes.

  • Cl
    HIShape
    An immutable object that represents an arbitrary drawable region for hit-testing and clipping.
  • Cl
    HIMutableShape
    A mutable region object that can be modified by union, intersection, and difference operations.

Pasteboard Data Transfer 4

Types for placing and retrieving data on the system pasteboard during copy, paste, and drag operations.

  • Cl
    Pasteboard
    An object that manages data shared between applications during copy, paste, and drag operations.
  • St
    PasteboardSyncFlags
    Constants that report the synchronization state of a pasteboard relative to its owner.
  • St
    PasteboardFlavorFlags
    Constants that describe the characteristics of a data flavor placed on a pasteboard.
  • En
    PasteboardStandardLocation
    Constants that identify standard drop locations on the system pasteboard.

Speech Synthesis 11

Types describing speech channels, voices, phonemes, and synthesizer status for the Speech Synthesis subsystem.

  • St
    SpeechChannelRecord
    A structure that represents a channel through which text is synthesized into speech.
  • St
    VoiceSpec
    A structure that uniquely identifies a synthesizer voice by creator and identifier.
  • St
    VoiceDescription
    A structure that describes the attributes of a speech-synthesizer voice.
  • St
    VoiceFileInfo
    A structure that identifies the file and resource that store a synthesizer voice.
  • St
    SpeechStatusInfo
    A structure that reports the current status of a speech channel.
  • St
    SpeechErrorInfo
    A structure that reports errors encountered while synthesizing speech.
  • St
    SpeechVersionInfo
    A structure that reports version information about the speech synthesizer.
  • St
    PhonemeInfo
    A structure that describes a single phoneme recognized by the speech synthesizer.
  • St
    PhonemeDescriptor
    A structure that holds the set of phonemes a synthesizer can produce.
  • St
    SpeechXtndData
    A structure that carries extended, synthesizer-specific data to a speech channel.
  • St
    DelimiterInfo
    A structure that defines the delimiter characters used in embedded speech commands.

Language Translation 1

The service object for translating data between formats and applications.

  • Cl
    Translation
    An object that converts data from one format or application to another.

Internet Configuration 8

Structures describing helper applications, file mappings, and services in the Internet Config system.

  • St
    ICFontRecord
    types and constants for use with kICDocumentFont, et. al.
  • St
    ICCharTable
    types and constants for use with kICCharacterSet, et. al.
  • St
    ICAppSpec
    types and constants for use with kICHelper, et. al.
  • St
    ICAppSpecList
    A structure that holds a list of helper-application specifications in Internet Config.
  • St
    ICFileSpec
    types and constants for use with kICDownloadFolder, et. al.
  • St
    ICMapEntry
    A structure that maps a file type or extension to a helper application in Internet Config.
  • St
    ICServiceEntry
    A structure that describes a network service and its default port in Internet Config.
  • St
    ICServices
    A structure that holds the list of network service entries known to Internet Config.

Printing Dialog Extensions 8

Protocols and structures for building printing-dialog plug-ins and describing print geometry.

  • Pr
    PDEPlugIn
    @name PDEPlugIn
  • Pr
    PDEPanel
    @name PDEPanel
  • Pr
    PDEPlugInCallbackProtocol
    @name PDEPlugInCallbackProtocol
  • St
    PMRect
    A structure that describes a rectangle using floating-point coordinates for printing geometry.
  • St
    PMResolution
    A structure that describes a printing resolution in horizontal and vertical dots per inch.
  • St
    PMLanguageInfo
    A structure that describes the page-description language supported by a printer.
  • St
    PMDataFormat
    A structure that describes a data format a printer or print job can accept.
  • St
    PMPageToPaperMappingType
    Constants that specify how a logical page is mapped onto the physical paper.

Process and Launch Information 5

Structures describing application launch parameters and the state of running processes.

  • St
    AppParameters
    A structure that holds the parameters passed to an application when it launches.
  • St
    LaunchParamBlockRec
    A structure that supplies the parameters used to launch an application.
  • St
    ProcessInfoRec
    A structure that holds descriptive information about a running process.
  • St
    ProcessInfoExtendedRec
    A structure that holds extended descriptive information about a running process.
  • St
    SizeResourceRec
    A structure that describes an application's memory and launch requirements from its size resource.

Type Aliases 250

  • Ty
    ATSFontContext
  • Ty
    ATSFontFamilyApplierFunction
  • Ty
    ATSFontApplierFunction
  • Ty
    ATSFontFamilyIterator
  • Ty
    ATSFontIterator
  • Ty
    ATSFontNotificationRef
  • Ty
    ATSFontNotificationInfoRef
  • Ty
    ATSNotificationCallback
  • Ty
    ATSFontQueryCallback
  • Ty
    ATSFontAutoActivationSetting
  • Ty
    ATSULayoutOperationSelector
  • Ty
    ATSULayoutOperationCallbackStatus
  • Ty
    ATSLineLayoutOptions
  • Ty
    ATSStyleRenderingOptions
  • Ty
    ATSGlyphInfoFlags
  • Ty
    ATSJustPriorityWidthDeltaOverrides
Show 234 more
  • Ty
    ATSPoint
  • Ty
    FMGeneration
  • Ty
    FMFontFamily
  • Ty
    FMFontStyle
  • Ty
    FMFontSize
  • Ty
    FMFont
  • Ty
    FMFilterSelector
  • Ty
    ATSOptionFlags
  • Ty
    ATSGeneration
  • Ty
    ATSFontContainerRef
  • Ty
    ATSFontFamilyRef
  • Ty
    ATSFontRef
  • Ty
    ATSGlyphRef
  • Ty
    ATSFontSize
  • Ty
    ATSFontFormat
  • Ty
    ATSCurveType
  • Ty
    GlyphID
  • Ty
    ATSUDirectDataSelector
  • Ty
    ATSUStyleSettingRef
  • Ty
    ATSUFlattenedDataStreamFormat
  • Ty
    ATSUFlattenStyleRunOptions
  • Ty
    ATSUUnFlattenStyleRunOptions
  • Ty
    ATSFlatDataFontSpeciferType
  • Ty
    ATSQuadraticNewPathProcPtr
  • Ty
    ATSQuadraticNewPathUPP
  • Ty
    ATSQuadraticLineProcPtr
  • Ty
    ATSQuadraticLineUPP
  • Ty
    ATSQuadraticCurveProcPtr
  • Ty
    ATSQuadraticCurveUPP
  • Ty
    ATSQuadraticClosePathProcPtr
  • Ty
    ATSQuadraticClosePathUPP
  • Ty
    ATSCubicMoveToProcPtr
  • Ty
    ATSCubicMoveToUPP
  • Ty
    ATSCubicLineToProcPtr
  • Ty
    ATSCubicLineToUPP
  • Ty
    ATSCubicCurveToProcPtr
  • Ty
    ATSCubicCurveToUPP
  • Ty
    ATSCubicClosePathProcPtr
  • Ty
    ATSCubicClosePathUPP
  • Ty
    ATSUTextLayout
  • Ty
    ATSUStyle
  • Ty
    ATSUFontFallbacks
  • Ty
    ATSUTextMeasurement
  • Ty
    ATSUFontID
  • Ty
    ATSUFontFeatureType
  • Ty
    ATSUFontFeatureSelector
  • Ty
    ATSUFontVariationAxis
  • Ty
    ATSUFontVariationValue
  • Ty
    ATSUAttributeTag
  • Ty
    ATSUAttributeValuePtr
  • Ty
    ConstATSUAttributeValuePtr
  • Ty
    ATSUCursorMovementType
  • Ty
    ATSULineTruncation
  • Ty
    ATSUStyleLineCountType
  • Ty
    ATSUVerticalCharacterType
  • Ty
    ATSUStyleComparison
  • Ty
    ATSUFontFallbackMethod
  • Ty
    ATSUTabType
  • Ty
    GlyphCollection
  • Ty
    ATSUHighlightMethod
    /
  • Ty
    ATSUBackgroundDataType
  • Ty
    ATSUBackgroundColor
  • Ty
    RedrawBackgroundProcPtr
  • Ty
    RedrawBackgroundUPP
  • Ty
    AXObserverCallback
    @typedef AXObserverCallback
  • Ty
    AXObserverCallbackWithInfo
    @typedef AXObserverCallbackWithInfo
  • Ty
    HIShapeEnumerateProcPtr
  • Ty
    IconAlignmentType
  • Ty
    IconTransformType
  • Ty
    IconSelectorValue
  • Ty
    IconActionProcPtr
  • Ty
    IconGetterProcPtr
  • Ty
    IconActionUPP
  • Ty
    IconGetterUPP
  • Ty
    PlotIconRefFlags
  • Ty
    ICInstance
    opaque type for preference reference
  • Ty
    ICAttr
    preference attributes type, bit number constants, and mask constants
  • Ty
    ICPerm
    permissions for use with ICBegin
  • Ty
    ICProfileID
    profile IDs
  • Ty
    ICProfileIDPtr
  • Ty
    ICFontRecordPtr
  • Ty
    ICFontRecordHandle
  • Ty
    ICCharTablePtr
  • Ty
    ICCharTableHandle
  • Ty
    ICAppSpecPtr
  • Ty
    ICAppSpecHandle
  • Ty
    ICAppSpecListPtr
  • Ty
    ICAppSpecListHandle
  • Ty
    ICFileSpecPtr
  • Ty
    ICFileSpecHandle
  • Ty
    ICMapEntryFlags
    types and constants for use with ICMapFilename, et. al.
  • Ty
    ICFixedLength
  • Ty
    ICMapEntryPtr
  • Ty
    ICMapEntryHandle
  • Ty
    ICServiceEntryFlags
    types and constants for use with kICServices, et. al.
  • Ty
    ICServiceEntryPtr
  • Ty
    ICServiceEntryHandle
  • Ty
    ICServicesPtr
  • Ty
    ICServicesHandle
  • Ty
    PasteboardItemID
  • Ty
    PasteboardPromiseKeeperProcPtr
  • Ty
    LaunchFlags
  • Ty
    AppParametersPtr
  • Ty
    LaunchPBPtr
  • Ty
    ProcessApplicationTransformState
  • Ty
    ProcessInfoRecPtr
  • Ty
    ProcessInfoExtendedRecPtr
  • Ty
    SizeResourceRecPtr
  • Ty
    SizeResourceRecHandle
  • Ty
    TranslationFlags
  • Ty
    UAZoomChangeFocusType
    @typedef UAZoomChangeFocusType
  • Ty
    PMObject
  • Ty
    PMPrintSettings
  • Ty
    PMPageFormat
  • Ty
    PMPrintSession
  • Ty
    PMPrinter
  • Ty
    PMServer
  • Ty
    PMPreset
  • Ty
    PMPaper
  • Ty
    PMDestinationType
  • Ty
    PMOrientation
  • Ty
    PMPrinterState
  • Ty
    PMColorSpaceModel
  • Ty
    PMQualityMode
  • Ty
    PMPaperType
  • Ty
    PMScalingAlignment
  • Ty
    PMDuplexMode
  • Ty
    PMLayoutDirection
  • Ty
    PMBorderType
  • Ty
    PMPrintDialogOptionFlags
  • Ty
    PMPPDDomain
  • Ty
    PMPaperMargins
  • Ty
    CMXYZComponent
  • Ty
    CM2ProfilePtr
  • Ty
    CMMultiFunctLutA2BType
  • Ty
    CMFlattenProcPtr
  • Ty
    CMFlattenUPP
  • Ty
    CMDeviceClass
  • Ty
    FontRecPtr
  • Ty
    FontRecHdl
  • Ty
    GrafPtr
  • Ty
    CGrafPtr
  • Ty
    GWorldPtr
  • Ty
    QDErr
  • Ty
    GWorldFlags
  • Ty
    BitMapPtr
  • Ty
    BitMapHandle
  • Ty
    ColorSpecPtr
  • Ty
    CSpecArray
  • Ty
    CTabPtr
  • Ty
    CTabHandle
  • Ty
    PixMapPtr
  • Ty
    PixMapHandle
  • Ty
    PatPtr
  • Ty
    PatHandle
  • Ty
    PixPatPtr
  • Ty
    PixPatHandle
  • Ty
    RgnHandle
  • Ty
    GDPtr
  • Ty
    GDHandle
  • Ty
    PicPtr
  • Ty
    PicHandle
  • Ty
    QDRegionParseDirection
  • Ty
    RegionToRectsProcPtr
  • Ty
    RegionToRectsUPP
  • Ty
    TruncCode
  • Ty
    DragConstraint
  • Ty
    DragGrayRgnProcPtr
  • Ty
    ColorSearchProcPtr
  • Ty
    ColorComplementProcPtr
  • Ty
    DragGrayRgnUPP
  • Ty
    ColorSearchUPP
  • Ty
    ColorComplementUPP
  • Ty
    WindowPtr
  • Ty
    DialogPtr
  • Ty
    WindowRef
  • Ty
    VDGamRecPtr
  • Ty
    Polygon
  • Ty
    PolyPtr
  • Ty
    PolyHandle
  • Ty
    GrafVerb
  • Ty
    PrinterStatusOpcode
  • Ty
    QDTextProcPtr
  • Ty
    QDLineProcPtr
  • Ty
    QDRectProcPtr
  • Ty
    QDRRectProcPtr
  • Ty
    QDOvalProcPtr
  • Ty
    QDArcProcPtr
  • Ty
    QDPolyProcPtr
  • Ty
    QDRgnProcPtr
  • Ty
    QDBitsProcPtr
  • Ty
    QDCommentProcPtr
  • Ty
    QDTxMeasProcPtr
  • Ty
    QDGetPicProcPtr
  • Ty
    QDPutPicProcPtr
  • Ty
    QDOpcodeProcPtr
  • Ty
    QDStdGlyphsProcPtr
  • Ty
    QDJShieldCursorProcPtr
  • Ty
    QDPrinterStatusProcPtr
  • Ty
    QDTextUPP
  • Ty
    QDLineUPP
  • Ty
    QDRectUPP
  • Ty
    QDRRectUPP
  • Ty
    QDOvalUPP
  • Ty
    QDArcUPP
  • Ty
    QDPolyUPP
  • Ty
    QDRgnUPP
  • Ty
    QDBitsUPP
  • Ty
    QDCommentUPP
  • Ty
    QDTxMeasUPP
  • Ty
    QDGetPicUPP
  • Ty
    QDPutPicUPP
  • Ty
    QDOpcodeUPP
  • Ty
    QDStdGlyphsUPP
  • Ty
    QDJShieldCursorUPP
  • Ty
    QDPrinterStatusUPP
  • Ty
    CQDProcsPtr
  • Ty
    CGrafPort
  • Ty
    SpeechChannel
  • Ty
    VoiceSpecPtr
  • Ty
    SpeechTextDoneProcPtr
  • Ty
    SpeechDoneProcPtr
  • Ty
    SpeechSyncProcPtr
  • Ty
    SpeechErrorProcPtr
  • Ty
    SpeechPhonemeProcPtr
  • Ty
    SpeechWordProcPtr
  • Ty
    SpeechTextDoneUPP
  • Ty
    SpeechDoneUPP
  • Ty
    SpeechSyncUPP
  • Ty
    SpeechErrorUPP
  • Ty
    SpeechPhonemeUPP
  • Ty
    SpeechWordUPP
  • Ty
    SpeechErrorCFProcPtr
  • Ty
    SpeechWordCFProcPtr
← Graphics, Imaging & Compositing