CGContext.ShowGlyphs Method

Definition

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

Applies to