CTFontDescriptorAttributes 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含字型屬性的強型別類別。
public class CTFontDescriptorAttributes
type CTFontDescriptorAttributes = class
- 繼承
-
CTFontDescriptorAttributes
備註
這是一個類別,可讓開發人員輕鬆取用及設定字型描述元屬性。
var attributes = new CTFontDescriptorAttributes () {
FamilyName = "Times New Roman"
};
var fontDescriptor = new CTFontDescriptor (attributes);
建構函式
CTFontDescriptorAttributes() |
預設建構函式。 |
CTFontDescriptorAttributes(NSDictionary) |
從弱型別 NSDictionary 建立強型別 CTFontDescriptorAttributes。 |
屬性
BaselineAdjust |
基準調整。 |
CascadeList |
字型描述元的串聯清單。 |
CharacterSet |
字元集。 |
Dictionary |
NSDictionary,反映強型別 CTFontDescriptorAttributes 中的目前值。 |
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 |
字型變化。 |