Instantiates and returns an NSGlyphInfo object using a glyph index and a specified font.
Original signature is '+ (NSGlyphInfo *)glyphInfoWithGlyph:(NSGlyph)glyph forFont:(NSFont *)font baseString:(NSString *)theString'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public static NSGlyphInfo GlyphInfoWithGlyphForFontBaseString( uint glyph, NSFont font, NSString theString )
Public Shared Function GlyphInfoWithGlyphForFontBaseString ( _ glyph As UInteger, _ font As NSFont, _ theString As NSString _ ) As NSGlyphInfo
public: static NSGlyphInfo^ GlyphInfoWithGlyphForFontBaseString( unsigned int glyph, NSFont^ font, NSString^ theString )

The created NSGlyphInfo object or nil if the object couldn't be created.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)