Compartilhar via


NSLayoutManager.GetGlyph Método

Definição

Sobrecargas

GetGlyph(nuint)

Recupera o glifo em .

GetGlyph(nuint, Boolean)

Recupera o glifo como , configurando como true se o índice for válido.

GetGlyph(nuint)

Recupera o glifo em .

[Foundation.Export("CGGlyphAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetGlyph (nuint glyphIndex);
abstract member GetGlyph : nuint -> uint16
override this.GetGlyph : nuint -> uint16

Parâmetros

glyphIndex
System.System.UIntPtr System.unativeint

Retornos

Atributos

Comentários

Chamar esse método gera todos os glifos até e incluindo o glifo em .

Aplica-se a

GetGlyph(nuint, Boolean)

Recupera o glifo como , configurando como true se o índice for válido.

[Foundation.Export("CGGlyphAtIndex:isValidIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetGlyph (nuint glyphIndex, ref bool isValidIndex);
abstract member GetGlyph : nuint *  -> uint16
override this.GetGlyph : nuint *  -> uint16

Parâmetros

glyphIndex
System.System.UIntPtr System.unativeint
isValidIndex
Boolean

Retornos

Atributos

Aplica-se a