次の方法で共有


CGContext.ShowGlyphs メソッド

定義

オーバーロード

ShowGlyphs(UInt16[])

このメソッドは、 を優先して非推奨とされました。

ShowGlyphs(UInt16[], Int32)

このメソッドは、 を優先して非推奨とされました。

ShowGlyphs(UInt16[])

このメソッドは、 を優先して非推奨とされました。

[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)

このメソッドは、 を優先して非推奨とされました。

[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
属性

適用対象