NSGlyphInfo.GetGlyphInfo(UInt16, NSFont, String) Method

Definition

[Foundation.Export("glyphInfoWithCGGlyph:forFont:baseString:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSGlyphInfo GetGlyphInfo (ushort glyph, AppKit.NSFont font, string string);
static member GetGlyphInfo : uint16 * AppKit.NSFont * string -> AppKit.NSGlyphInfo

Parameters

glyph
UInt16
font
NSFont
string
String

Returns

Attributes

Applies to