Partager via


CGContext.ShowGlyphs Méthode

Définition

Surcharges

ShowGlyphs(UInt16[])

Cette méthode a été dépréciée au profit de N:CoreText.

ShowGlyphs(UInt16[], Int32)

Cette méthode a été dépréciée au profit de N:CoreText.

ShowGlyphs(UInt16[])

Cette méthode a été dépréciée au profit de 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

Paramètres

glyphs
UInt16[]
Attributs

S’applique à

ShowGlyphs(UInt16[], Int32)

Cette méthode a été dépréciée au profit de 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

Paramètres

glyphs
UInt16[]
count
Int32
Attributs

S’applique à