Returns the variation specification dictionary for a font.
Original signature is 'CFDictionaryRef CGFontCopyVariations ( CGFontRef font );'
Available in Mac OS X v10.4 and later.
| C# | Visual Basic | Visual C++ |
public static NSDictionary CopyVariations( IntPtr font )
Public Shared Function CopyVariations ( _ font As IntPtr _ ) As NSDictionary
public: static NSDictionary^ CopyVariations( IntPtr font )
- font (IntPtr)
- MISSING
The variation specification dictionary for the font. Returns NULL if the font doesn't support variations.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)