Share via


CTRun Class

Definition

A glyph run. That is, a series of consecutive glyphs with the same attributes and direction.

public class CTRun : CoreFoundation.NativeObject
type CTRun = class
    inherit NativeObject
Inheritance

Properties

Name Description
GlyphCount
Handle (Inherited from DisposableObject)
Owns (Inherited from DisposableObject)
Status
StringRange
TextMatrix

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Draw(CGContext, NSRange)
Equals(Object) (Inherited from DisposableObject)
GetAdvances()
GetAdvances(NSRange, CGSize[])
GetAdvances(NSRange)
GetAttributes()
GetBaseAdvancesAndOrigins(NSRange, CGSize[], CGPoint[])
GetCheckedHandle() (Inherited from DisposableObject)
GetGlyphs()
GetGlyphs(NSRange, UInt16[])
GetGlyphs(NSRange)
GetHashCode() (Inherited from DisposableObject)
GetImageBounds(CGContext, NSRange)
GetPositions()
GetPositions(NSRange, CGPoint[])
GetPositions(NSRange)
GetStringIndices()
GetStringIndices(NSRange, IntPtr[])
GetStringIndices(NSRange)
GetTypographicBounds()
GetTypographicBounds(NSRange, NFloat, NFloat, NFloat)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to