Share via


CGContext.ShowGlyphs 方法

定义

重载

ShowGlyphs(UInt16[])

此方法已弃用,取而代之为 N:CoreText

ShowGlyphs(UInt16[], Int32)

此方法已弃用,取而代之为 N:CoreText

ShowGlyphs(UInt16[])

此方法已弃用,取而代之为 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

参数

glyphs
UInt16[]
属性

适用于

ShowGlyphs(UInt16[], Int32)

此方法已弃用,取而代之为 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

参数

glyphs
UInt16[]
count
Int32
属性

适用于