Contents

CTFont

A font object.

Declaration

class CTFont

Overview

The CTFont opaque type represents a Core Text font object.

Font objects represent fonts to an application, providing access to characteristics of the font, such as point size, transform matrix, and other attributes. Fonts provide assistance in laying out glyphs relative to one another and are used to establish the current font when drawing in a graphics context.

Topics

Creating Fonts

Getting Font Data

Getting Font Names

Working With Encoding

Getting Font Metrics

Getting Glyph Data

Working With Font Variations

Getting Font Features

Working with Glyphs

Converting Fonts

Getting Font Table Data

Getting the Type Identifier

Global Variables

Enumerations

Initializers

See Also

Opaque Types