Поделиться через


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
Атрибуты

Применяется к