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 的旧编码系统。

注解

适用于