次の方法で共有


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

戻り値

属性

適用対象