The members of MonoMac.CoreGraphics.CGFont are listed below.
See Also: Inherited members from System.Object
| [read-only] | Ascent | int. Returns the ascent of the font. |
| [read-only] | CapHeight | int. Returns the cap height of the font. |
| [read-only] | Descent | int. Returns the descent of the font. |
| [read-only] | FontBBox | System.Drawing.RectangleF. Returns a rectangle specifing the bounding box of the font. |
| [read-only] | FullName | string. Returns the full name of the font. |
| [read-only] | Handle | IntPtr. Handle (pointer) to the unmanaged object representation. |
| [read-only] | ItalicAngle | float. Documentation for this section has not yet been entered. |
| [read-only] | Leading | int. Documentation for this section has not yet been entered. |
| [read-only] | NumberOfGlyphs | int. Documentation for this section has not yet been entered. |
| [read-only] | PostScriptName | string. Documentation for this section has not yet been entered. |
| [read-only] | StemV | float. Documentation for this section has not yet been entered. |
| [read-only] | UnitsPerEm | int. Documentation for this section has not yet been entered. |
| [read-only] | XHeight | int. Documentation for this section has not yet been entered. |
static | CreateFromProvider(CGDataProvider)Creates a font from a data provider. | |
static | CreateWithFontName(string)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)Returns the glyph for the specified glyph name. | ||
static | GetTypeID()Documentation for this section has not yet been entered. | |
GlyphNameForGlyph(ushort)Documentation for this section has not yet been entered. | ||