MonobjcMonobjc Documented Class Library
CreateWithDataProvider Method (provider)
NamespacesMonobjc.ApplicationServicesCGFontCreateWithDataProvider(IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateWithDataProvider(
	IntPtr provider
)
Public Shared Function CreateWithDataProvider ( _
	provider As IntPtr _
) As IntPtr
public:
static IntPtr CreateWithDataProvider(
	IntPtr provider
)
Parameters
provider (IntPtr)
MISSING
Return Value
The font object or NULL if the font can't be created. You are responsible for releasing this object using CGFontRelease.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)