Class CTFontDescriptorProgressData

    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getSourceDescriptor

        public CTFontDescriptor getSourceDescriptor()
        Since:
        Available in iOS 6.0 and later.
      • getDescriptors

        public java.util.List<CTFontDescriptor> getDescriptors()
        Since:
        Available in iOS 6.0 and later.
      • getResult

        public java.util.List<CTFontDescriptor> getResult()
        Since:
        Available in iOS 6.0 and later.
      • getPercentage

        public double getPercentage()
        Since:
        Available in iOS 6.0 and later.
      • getCurrentAssetSize

        public long getCurrentAssetSize()
        Since:
        Available in iOS 6.0 and later.
      • getTotalDownloadedSize

        public long getTotalDownloadedSize()
        Since:
        Available in iOS 6.0 and later.
      • getTotalAssetSize

        public long getTotalAssetSize()
        Since:
        Available in iOS 6.0 and later.
      • getError

        public NSError getError()
        Since:
        Available in iOS 6.0 and later.