Class CTFontCollection

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CTFontCollection
    extends CFType
    • Constructor Detail

      • CTFontCollection

        protected CTFontCollection()
    • Method Detail

      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 3.2 and later.
      • getMatchingFontDescriptors

        public java.util.List<CTFontDescriptor> getMatchingFontDescriptors()
        Since:
        Available in iOS 3.2 and later.
      • getMatchingFontDescriptorsSorted

        protected java.util.List<CTFontDescriptor> getMatchingFontDescriptorsSorted​(org.robovm.rt.bro.ptr.FunctionPtr sortCallback,
                                                                                    long refCon)
        Since:
        Available in iOS 3.2 and later.
      • createMatchingFontDescriptorsWithOptions

        public CFArray createMatchingFontDescriptorsWithOptions​(NSDictionary options)
        Since:
        Available in iOS 12.0 and later.