CGContext.ShowGlyphs Method
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.
Overloads
ShowGlyphs(UInt16[]) |
This method has been deprecated in favor of N:CoreText. |
ShowGlyphs(UInt16[], Int32) |
This method has been deprecated in favor of N:CoreText. |
ShowGlyphs(UInt16[])
This method has been deprecated in favor of N:CoreText.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
public void ShowGlyphs (ushort[] glyphs);
member this.ShowGlyphs : uint16[] -> unit
Parameters
- glyphs
- UInt16[]
- Attributes
Applies to
ShowGlyphs(UInt16[], Int32)
This method has been deprecated in favor of N:CoreText.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
public void ShowGlyphs (ushort[] glyphs, int count);
member this.ShowGlyphs : uint16[] * int -> unit
Parameters
- glyphs
- UInt16[]
- count
- Int32
- Attributes