Class CTFontDescriptorProgressData

java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coretext.CTFontDescriptorProgressData

public class CTFontDescriptorProgressData
extends CFDictionaryWrapper
  • Method Details

    • has

      public boolean has​(CFString key)
    • get

      public <T extends NativeObject> T get​(CFString key, Class<T> type)
    • getSourceDescriptor

      public CTFontDescriptor getSourceDescriptor()
    • getDescriptors

      public List<CTFontDescriptor> getDescriptors()
    • getResult

      public List<CTFontDescriptor> getResult()
    • getPercentage

      public double getPercentage()
    • getCurrentAssetSize

      public long getCurrentAssetSize()
    • getTotalDownloadedSize

      public long getTotalDownloadedSize()
    • getTotalAssetSize

      public long getTotalAssetSize()
    • getError

      public NSError getError()