Contents

CTGlyphInfoCreateWithGlyph(_:_:_:)

Creates an immutable glyph info object with a glyph index.

Declaration

func CTGlyphInfoCreateWithGlyph(_ glyph: CGGlyph, _ font: CTFont, _ baseString: CFString) -> CTGlyphInfo?

Parameters

  • glyph:

    The index of the glyph.

  • font:

    The font to be associated with the returned CTGlyphInfo object.

  • baseString:

    The part of the string the returned object is intended to override.

Return Value

A valid reference to an immutable CTGlyphInfo object, If glyph info creation was successful; otherwise, NULL.

Discussion

This function creates an immutable glyph info object for a glyph index using a specified font.

See Also

Creating GlyphInfo Objects