Uses of Class
org.robovm.apple.uikit.UIFontDescriptorAttributes
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIFontDescriptorAttributes in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return types with arguments of type UIFontDescriptorAttributes Modifier and Type Method Description static List<UIFontDescriptorAttributes>UIFontDescriptorAttributes.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.uikit with parameters of type UIFontDescriptorAttributes Modifier and Type Method Description protected longUIFontDescriptor. init(UIFontDescriptorAttributes attributes)UIFontDescriptorUIFontDescriptor. newWithAttributes(UIFontDescriptorAttributes attributes)static longUIFontDescriptorAttributes.Marshaler. toNative(UIFontDescriptorAttributes o, long flags)Method parameters in org.robovm.apple.uikit with type arguments of type UIFontDescriptorAttributes Modifier and Type Method Description static longUIFontDescriptorAttributes.AsListMarshaler. toNative(List<UIFontDescriptorAttributes> l, long flags)static UIFontDescriptorAttributesUIFontDescriptorAttributes.Marshaler. toObject(Class<UIFontDescriptorAttributes> cls, long handle, long flags)Constructors in org.robovm.apple.uikit with parameters of type UIFontDescriptorAttributes Constructor Description UIFontDescriptor(UIFontDescriptorAttributes attributes)