次の方法で共有


CTFontDescriptorAttributes クラス

定義

フォント属性を含む厳密に型指定されたクラス。

public class CTFontDescriptorAttributes
type CTFontDescriptorAttributes = class
継承
CTFontDescriptorAttributes

注釈

これは、開発者がフォント記述子属性を簡単に使用して構成できるようにするクラスです。

var attributes = new CTFontDescriptorAttributes () {
	FamilyName = "Times New Roman"
};

var fontDescriptor = new CTFontDescriptor (attributes);

コンストラクター

CTFontDescriptorAttributes()

既定のコンストラクターです。

CTFontDescriptorAttributes(NSDictionary)

厳密に型指定された CTFontDescriptorAttributes を、弱く型指定された NSDictionary から作成します。

プロパティ

BaselineAdjust

基準調整。

CascadeList

フォント記述子の連鎖リスト。

CharacterSet

文字セット。

Dictionary

厳密に型指定された CTFontDescriptorAttributes の現在の値を反映する NSDictionary。

DisplayName

フォントの表示名

Enabled

有効な状態。

FamilyName

フォント ファミリ名。

Features

フォント参照のフォント機能。

FeatureSettings

フォントの機能設定。

FixedAdvance

設定されている場合は、フォントの組み込み定数をオーバーライドします。

FontFormat

フォント形式。

FontOrientation

フォントの向き。

Languages

フォントでサポートされている言語の一覧は、RFC3066bis 標準でエンコードする必要があります。

MacintoshEncodings

設定した場合、このフォントの Macintosh エンコード。

Matrix

設定した場合、フォントの作成時に使用される変換マトリックス。

Name

フォントの PostScript 名。

Priority

フォントの重複を解決するときに使用されるフォントの優先順位。

RegistrationScope

フォント登録スコープ。

Size

フォント ポイント のサイズを指定しない場合は、既定の 12.0 が使用されます。

StyleName

フォント スタイル名

Traits

フォントの特徴。

Url

フォントの URL にアクセスするために使用します。

Variation

フォントのバリエーション。

適用対象