次の方法で共有


CGTextEncoding 列挙型

定義

テキスト エンコードでは、この列挙は非推奨です。代わりに CoreText API を使用してください。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, null)]
public enum CGTextEncoding
type CGTextEncoding = 
継承
CGTextEncoding
属性

フィールド

FontSpecific 0

フォントの組み込みのエンコード。

MacRoman 1

Mac エンコード。MacOS で使用される古い ASCII に似たエンコード システムです。

注釈

適用対象