Package org.robovm.apple.uikit
Class UIFontDescriptor
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIFontDescriptor
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class UIFontDescriptor extends NSObject implements NSSecureCoding
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIFontDescriptor.UIFontDescriptorPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description UIFontDescriptor()UIFontDescriptor(String fontName, double size)UIFontDescriptor(String fontName, CGAffineTransform matrix)UIFontDescriptor(NSCoder coder)protectedUIFontDescriptor(NSObject.Handle h, long handle)protectedUIFontDescriptor(NSObject.SkipInit skipInit)UIFontDescriptor(UIFontDescriptorAttributes attributes) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
UIFontDescriptor
public UIFontDescriptor() -
UIFontDescriptor
-
UIFontDescriptor
-
UIFontDescriptor
-
UIFontDescriptor
-
UIFontDescriptor
-
UIFontDescriptor
-
-
Method Details
-
getPostscriptName
-
getPointSize
public double getPointSize() -
getMatrix
-
getSymbolicTraits
-
getFontAttributes
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
getValue
-
getValue
-
getMatchingFontDescriptors
-
getMatchingFontDescriptors
public NSArray<UIFontDescriptor> getMatchingFontDescriptors(Set<UIFontDescriptorAttribute> mandatoryAttributes) -
init
-
getValue
-
getMatchingFontDescriptors
-
init
-
newWithAttributes
-
newWithSize
-
newWithMatrix
-
newWithFace
-
newWithFamily
-
newWithSymbolicTraits
-
newWithDesign
- Since:
- Available in iOS 13.0 and later.
-
create
-
create
-
getPreferredFontDescriptor
-
getPreferredFontDescriptor
public static UIFontDescriptor getPreferredFontDescriptor(UIFontTextStyle style, UITraitCollection traitCollection)- Since:
- Available in iOS 10.0 and later.
-
encode
-