Share via


CGContext.ShowGlyphs Method

Definition

Overloads

Name Description
ShowGlyphs(UInt16[])

This method has been deprecated in favor of CoreText.

ShowGlyphs(UInt16[], Int32)

This method has been deprecated in favor of CoreText.

ShowGlyphs(UInt16[])

This method has been deprecated in favor of CoreText.

public void ShowGlyphs(ushort[]? glyphs);
member this.ShowGlyphs : uint16[] -> unit

Parameters

glyphs
UInt16[]

Applies to

ShowGlyphs(UInt16[], Int32)

This method has been deprecated in favor of CoreText.

public void ShowGlyphs(ushort[]? glyphs, int count);
member this.ShowGlyphs : uint16[] * int -> unit

Parameters

glyphs
UInt16[]
count
Int32

Applies to