Contents

CTFontManagerCreateFontDescriptorsFromURL(_:)

Returns an array of font descriptors representing each of the fonts in the specified URL.

Declaration

func CTFontManagerCreateFontDescriptorsFromURL(_ fileURL: CFURL) -> CFArray?

Parameters

  • fileURL:

    A file system URL referencing a valid font file.

Return Value

This function returns a retained reference to a CFArray of CTFontDescriptorRef objects, or NULL on error. The caller is responsible for releasing the array.

See Also

Functions