Uses of Class
org.robovm.apple.coretext.CTFontDescriptorMatchingState
| Package | Description |
|---|---|
| org.robovm.apple.coretext |
-
Uses of CTFontDescriptorMatchingState in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CTFontDescriptorMatchingState Modifier and Type Method Description static CTFontDescriptorMatchingStateCTFontDescriptorMatchingState. valueOf(long n)Returns the enum constant of this type with the specified name.static CTFontDescriptorMatchingStateCTFontDescriptorMatchingState. valueOf(String name)Returns the enum constant of this type with the specified name.static CTFontDescriptorMatchingState[]CTFontDescriptorMatchingState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coretext with parameters of type CTFontDescriptorMatchingState Modifier and Type Method Description booleanCTFontDescriptor.ProgressHandler. invoke(CTFontDescriptorMatchingState state, CTFontDescriptorProgressData data)Method parameters in org.robovm.apple.coretext with type arguments of type CTFontDescriptorMatchingState Modifier and Type Method Description static booleanCTFontDescriptor. matchFontDescriptors(List<CTFontDescriptor> descriptors, List<CTFontAttribute> mandatoryAttributes, Block2<CTFontDescriptorMatchingState,NSDictionary,Boolean> progressBlock)protected static booleanCTFontDescriptor. matchFontDescriptors(CFArray descriptors, CFSet mandatoryAttributes, Block2<CTFontDescriptorMatchingState,NSDictionary,Boolean> progressBlock)