CGTextEncoding Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Text encoding, this enumeration is deprecated, use CoreText APIs instead.
[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 =
- Inheritance
-
CGTextEncoding
- Attributes
Fields
Name | Value | Description |
---|---|---|
FontSpecific | 0 | Built-in encoding of the font. |
MacRoman | 1 | Mac encoding, an old ASCII-like encoding system used on MacOS. |