UIFontDescriptor
UIFontDescriptor()
UIFontDescriptor(IntPtr)
UIFontDescriptor(NativeHandle)
UIFontDescriptor(NSCoder)
UIFontDescriptor(NSDictionary)
UIFontDescriptor(NSObjectFlag)
UIFontDescriptor(UIFontAttributes)
CascadeList
CharacterSet
ClassHandle
Face
Family
FeatureSettings
FixedAdvance
FontAttributes
Matrix
Name
PointSize
PostscriptName
PreferredBody
PreferredCallout
PreferredCaption1
PreferredCaption2
PreferredFootnote
PreferredHeadline
PreferredSubheadline
PreferredTitle1
PreferredTitle2
PreferredTitle3
Size
SymbolicTraits
TextStyle
Traits
VisibleName
WeakFeatureSettings
WeakFontAttributes
Copy(NSZone)
CreateWithAttributes(NSDictionary)
CreateWithAttributes(UIFontAttributes)
CreateWithDesign(NSString)
CreateWithDesign(UIFontDescriptorSystemDesign)
CreateWithFace(String)
CreateWithFamily(String)
CreateWithMatrix(CGAffineTransform)
CreateWithSize(nfloat)
CreateWithSize(NFloat)
CreateWithTraits(UIFontDescriptorSymbolicTraits)
EncodeTo(NSCoder)
FromAttributes(NSDictionary)
FromAttributes(UIFontAttributes)
FromName(String, CGAffineTransform)
FromName(String, nfloat)
FromName(String, NFloat)
GetMatchingFontDescriptors(NSSet)
GetMatchingFontDescriptors(UIFontDescriptorAttribute[])
GetObject(NSString)
GetPreferredDescriptorForTextStyle(NSString)
GetPreferredDescriptorForTextStyle(UIFontTextStyle)
GetPreferredDescriptorForTextStyle(NSString, UITraitCollection)
GetPreferredDescriptorForTextStyle(UIFontTextStyle, UITraitCollection)
xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Register("UIFontDescriptor", true)]
public class UIFontDescriptor : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("fontDescriptorWithSize:")]
public virtual UIFontDescriptor! CreateWithSize(nfloat newPointSize);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API