Contents

init(locale:)

Creates a mutable font collection containing fonts suitable for the specified locale.

Declaration

init(locale: Locale)

Parameters

  • locale:

    The locale associated with the fonts you want.

Return Value

A mutable collection of fonts matching the specified locale.

See Also

Creating a Font Collection