MonoMac.CoreGraphics.CGFont Members

The members of MonoMac.CoreGraphics.CGFont are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Ascentint. Returns the ascent of the font.
[read-only]
CapHeightint. Returns the cap height of the font.
[read-only]
Descentint. Returns the descent of the font.
[read-only]
FontBBoxSystem.Drawing.RectangleF. Returns a rectangle specifing the bounding box of the font.
[read-only]
FullNamestring. Returns the full name of the font.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
ItalicAnglefloat. Documentation for this section has not yet been entered.
[read-only]
Leadingint. Documentation for this section has not yet been entered.
[read-only]
NumberOfGlyphsint. Documentation for this section has not yet been entered.
[read-only]
PostScriptNamestring. Documentation for this section has not yet been entered.
[read-only]
StemVfloat. Documentation for this section has not yet been entered.
[read-only]
UnitsPerEmint. Documentation for this section has not yet been entered.
[read-only]
XHeightint. Documentation for this section has not yet been entered.

Public Methods

static
CreateFromProvider(CGDataProvider) : CGFont
Creates a font from a data provider.
static
CreateWithFontName(string) : CGFont
Creates a new CGFont representing the specified PostScript or full name.
Dispose()
Releases the resourced used by the CGFont object.
Finalize()
Finalizer for the CGFont object
GetGlyphWithGlyphName(string) : ushort
Returns the glyph for the specified glyph name.
static
GetTypeID() : int
Documentation for this section has not yet been entered.
GlyphNameForGlyph(ushort) : string
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Releases the resourced used by the CGFont object.