Creates a copy of a font using a variation specification dictionary.
Original signature is 'CGFontRef CGFontCreateCopyWithVariations ( CGFontRef font, CFDictionaryRef variations );'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static IntPtr CreateCopyWithVariations( IntPtr font, NSDictionary variations )
Public Shared Function CreateCopyWithVariations ( _ font As IntPtr, _ variations As NSDictionary _ ) As IntPtr
public: static IntPtr CreateCopyWithVariations( IntPtr font, NSDictionary^ variations )

- font (IntPtr)
- MISSING
- variations (NSDictionary)
- MISSING

The font object.

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