CTFontFormat 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
字型格式。
public enum CTFontFormat
type CTFontFormat =
- 繼承
-
CTFontFormat
欄位
Bitmap | 5 | 點陣圖字型。 |
OpenTypePostScript | 1 | OpenType PostScript 字型。 |
OpenTypeTrueType | 2 | OpenType TrueType 字型。 |
PostScript | 4 | PostScript 字型。 |
TrueType | 3 | TrueType 字型。 |
Unrecognized | 0 | 無法辨識的字型格式。 |