Contents

init(name:size:)

Creates and returns a font object for the specified font name and size.

Declaration

init?(name fontName: String, size fontSize: CGFloat)

Parameters

  • fontName:

    The fully specified name of the font. This name incorporates both the font family name and the specific style information for the font.

  • fontSize:

    The size (in points) to which the font is scaled. This value must be greater than 0.0.

Return Value

A font object of the specified name and size.

Discussion

You can use the fontNames(forFamilyName:) method to retrieve the specific font names for a given font family.

See Also

Related Documentation

Creating Fonts