Returns the number of glyphs in a font.
Original signature is 'size_t CGFontGetNumberOfGlyphs ( CGFontRef font );'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static NSUInteger GetNumberOfGlyphs( IntPtr font )
Public Shared Function GetNumberOfGlyphs ( _ font As IntPtr _ ) As NSUInteger
public: static NSUInteger GetNumberOfGlyphs( IntPtr font )

- font (IntPtr)
- MISSING

The number of glyphs in the provided font.

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