CGContext.ShowGlyphs Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ShowGlyphs(UInt16[]) |
Diese Methode wurde zugunsten von CoreText veraltet. |
ShowGlyphs(UInt16[], Int32) |
Diese Methode wurde zugunsten von CoreText veraltet. |
ShowGlyphs(UInt16[])
Diese Methode wurde zugunsten von CoreText veraltet.
[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
Parameter
- glyphs
- UInt16[]
- Attribute
Gilt für:
ShowGlyphs(UInt16[], Int32)
Diese Methode wurde zugunsten von CoreText veraltet.
[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
Parameter
- glyphs
- UInt16[]
- count
- Int32
- Attribute