共用方式為


NSLayoutManager.GetGlyph 方法

定義

多載

GetGlyph(nuint)

擷取 位於 的字元。

GetGlyph(nuint, Boolean)

擷取圖像為 ,如果索引有效,則設定 true 為 。

GetGlyph(nuint)

擷取 位於 的字元。

[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

參數

glyphIndex
System.System.UIntPtr System.unativeint

傳回

屬性

備註

呼叫這個方法會產生所有字元,包括 位於 的字元。

適用於

GetGlyph(nuint, Boolean)

擷取圖像為 ,如果索引有效,則設定 true 為 。

[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

參數

glyphIndex
System.System.UIntPtr System.unativeint
isValidIndex
Boolean

傳回

屬性

適用於