CGContext.ShowGlyphs 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
- 属性