CTFontDescriptorAttributes コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CTFontDescriptorAttributes() |
既定のコンストラクターです。 |
CTFontDescriptorAttributes(NSDictionary) |
厳密に型指定された CTFontDescriptorAttributes を、弱く型指定された NSDictionary から作成します。 |
CTFontDescriptorAttributes()
既定のコンストラクターです。
public CTFontDescriptorAttributes ();
注釈
通常、C# 初期化子構文を使用してオブジェクトを初期化するために使用されます。
var attributes = new CTFontDescriptorAttributes () {
FamilyName = "Times New Roman"
};
var fontDescriptor = new CTFontDescriptor (attributes);
適用対象
CTFontDescriptorAttributes(NSDictionary)
厳密に型指定された CTFontDescriptorAttributes を、弱く型指定された NSDictionary から作成します。
public CTFontDescriptorAttributes (Foundation.NSDictionary dictionary);
new CoreText.CTFontDescriptorAttributes : Foundation.NSDictionary -> CoreText.CTFontDescriptorAttributes
パラメーター
- dictionary
- NSDictionary
CTFontDescriptorAttributes キーと値を含む NSDictionary。