次の方法で共有


CTFontDescriptor.GetAttribute(NSString) メソッド

定義

記述子から CTFontDescriptorAttribute をフェッチします。

public Foundation.NSObject GetAttribute (Foundation.NSString attribute);
member this.GetAttribute : Foundation.NSString -> Foundation.NSObject

パラメーター

attribute
NSString

内のキー CTFontDescriptorAttributeKeyの 1 つである CTFontDescriptor 属性を表す NSString。

戻り値

NSObject としての属性。

注釈

メソッドを使用 GetAttributes() すると、厳密に型指定された一連のプロパティを使用して、すべての属性を一度に取得できます。

適用対象