MonoMac.CoreText.CTFont Members

The members of MonoMac.CoreText.CTFont are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Creates a CTFont from a CoreGraphics CGFont.
Creates a CTFont from a CTFontDescriptor.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
AscentMetricfloat. Documentation for this section has not yet been entered.
[read-only]
BoundingBoxSystem.Drawing.RectangleF. Documentation for this section has not yet been entered.
[read-only]
CapHeightMetricfloat. Documentation for this section has not yet been entered.
[read-only]
CharacterSetMonoMac.Foundation.NSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
DescentMetricfloat. Documentation for this section has not yet been entered.
[read-only]
DisplayNamestring. Documentation for this section has not yet been entered.
[read-only]
FamilyNamestring. Documentation for this section has not yet been entered.
[read-only]
FullNamestring. Documentation for this section has not yet been entered.
[read-only]
GlyphCountint. Documentation for this section has not yet been entered.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
LeadingMetricfloat. Documentation for this section has not yet been entered.
[read-only]
MatrixMonoMac.CoreGraphics.CGAffineTransform. The transformation matrix used when this font was created.
[read-only]
PostScriptNamestring. Documentation for this section has not yet been entered.
[read-only]
Sizefloat. The font size.
[read-only]
SlantAnglefloat. Documentation for this section has not yet been entered.
[read-only]
StringEncodinguint. Documentation for this section has not yet been entered.
[read-only]
SymbolicTraitsCTFontSymbolicTraits. Documentation for this section has not yet been entered.
[read-only]
UnderlinePositionfloat. Documentation for this section has not yet been entered.
[read-only]
UnderlineThicknessfloat. Documentation for this section has not yet been entered.
[read-only]
UnitsPerEmMetricuint. Documentation for this section has not yet been entered.
[read-only]
XHeightMetricfloat. Documentation for this section has not yet been entered.

Public Methods

Dispose()
Releases the resourced used by the CTFont object.
DrawGlyphs(MonoMac.CoreGraphics.CGContext, ushort[], System.Drawing.PointF[])
Documentation for this section has not yet been entered.
Finalize()
Finalizer for the CTFont object
ForString(string, MonoMac.Foundation.NSRange) : CTFont
Documentation for this section has not yet been entered.
GetAdvancesForGlyphs(CTFontOrientation, ushort[]) : double
Documentation for this section has not yet been entered.
GetAdvancesForGlyphs(CTFontOrientation, ushort[], System.Drawing.SizeF[], int) : double
Documentation for this section has not yet been entered.
GetAttribute(MonoMac.Foundation.NSString) : MonoMac.Foundation.NSObject
Documentation for this section has not yet been entered.
GetAvailableTables(CTFontTableOptions) : CTFontTable[]
Documentation for this section has not yet been entered.
GetBoundingRects(CTFontOrientation, ushort[]) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
GetBoundingRects(CTFontOrientation, ushort[], System.Drawing.RectangleF[], int) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
GetDefaultCascadeList(string[]) : CTFontDescriptor[]
Documentation for this section has not yet been entered.
GetFeatures() : CTFontFeatures[]
Documentation for this section has not yet been entered.
GetFeatureSettings() : CTFontFeatureSettings[]
Documentation for this section has not yet been entered.
GetFontDescriptor() : CTFontDescriptor
Documentation for this section has not yet been entered.
GetFontTableData(CTFontTable, CTFontTableOptions) : MonoMac.Foundation.NSData
Documentation for this section has not yet been entered.
GetGlyphsForCharacters(char[], ushort[]) : bool
Documentation for this section has not yet been entered.
GetGlyphsForCharacters(char[], ushort[], int) : bool
Documentation for this section has not yet been entered.
GetGlyphWithName(string) : ushort
Documentation for this section has not yet been entered.
GetLigatureCaretPositions(ushort, float[]) : int
Documentation for this section has not yet been entered.
GetLocalizedName(CTFontNameKey) : string
Documentation for this section has not yet been entered.
GetName(CTFontNameKey) : string
Documentation for this section has not yet been entered.
GetOpticalBounds(ushort[], System.Drawing.RectangleF[], int, CTFontOptions) : System.Drawing.RectangleF
Documentation for this section has not yet been entered.
GetPathForGlyph(ushort) : MonoMac.CoreGraphics.CGPath
Documentation for this section has not yet been entered.
GetPathForGlyph(ushort, ref MonoMac.CoreGraphics.CGAffineTransform) : MonoMac.CoreGraphics.CGPath
Documentation for this section has not yet been entered.
GetSupportedLanguages() : string[]
Documentation for this section has not yet been entered.
GetTraits() : CTFontTraits
Documentation for this section has not yet been entered.
static
GetTypeID() : int
Documentation for this section has not yet been entered.
GetVariation() : CTFontVariation
Documentation for this section has not yet been entered.
GetVariationAxes() : CTFontVariationAxes[]
Documentation for this section has not yet been entered.
GetVerticalTranslationsForGlyphs(ushort[], System.Drawing.SizeF[], int)
Documentation for this section has not yet been entered.
ToCGFont() : MonoMac.CoreGraphics.CGFont
Documentation for this section has not yet been entered.
ToCGFont(CTFontDescriptor) : MonoMac.CoreGraphics.CGFont
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
WithAttributes(float, CTFontDescriptor) : CTFont
Documentation for this section has not yet been entered.
WithAttributes(float, CTFontDescriptor, ref MonoMac.CoreGraphics.CGAffineTransform) : CTFont
Documentation for this section has not yet been entered.
WithFamily(float, string) : CTFont
Documentation for this section has not yet been entered.
WithFamily(float, string, ref MonoMac.CoreGraphics.CGAffineTransform) : CTFont
Documentation for this section has not yet been entered.
WithSymbolicTraits(float, CTFontSymbolicTraits, CTFontSymbolicTraits) : CTFont
Documentation for this section has not yet been entered.
WithSymbolicTraits(float, CTFontSymbolicTraits, CTFontSymbolicTraits, ref MonoMac.CoreGraphics.CGAffineTransform) : CTFont
Documentation for this section has not yet been entered.

Protected Methods

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