Creates a font object from data supplied from a data provider.
Original signature is 'CGFontRef CGFontCreateWithDataProvider ( CGDataProviderRef provider );'
Available in Mac OS X v10.5 and later.


- provider (IntPtr)
- MISSING

The font object or NULL if the font can't be created. You are responsible for releasing this object using CGFontRelease.

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