MonobjcMonobjc Documented Class Library
CGTextDrawingMode Enumeration
NamespacesMonobjc.ApplicationServicesCGTextDrawingMode

Modes for rendering text.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGTextDrawingMode
Public Enumeration CGTextDrawingMode
public enum class CGTextDrawingMode
Members
MemberDescription
kCGTextFill

Perform a fill operation on the text.

Available in Mac OS X v10.0 and later.


kCGTextStroke

Perform a stroke operation on the text.

Available in Mac OS X v10.0 and later.


kCGTextFillStroke

Perform fill, then stroke operations on the text.

Available in Mac OS X v10.0 and later.


kCGTextInvisible

Do not draw the text, but do update the text position.

Available in Mac OS X v10.0 and later.


kCGTextFillClip

Perform a fill operation, then intersect the text with the current clipping path.

Available in Mac OS X v10.0 and later.


kCGTextStrokeClip

Perform a stroke operation, then intersect the text with the current clipping path.

Available in Mac OS X v10.0 and later.


kCGTextFillStrokeClip

Perform fill then stroke operations, then intersect the text with the current clipping path.

Available in Mac OS X v10.0 and later.


kCGTextClip

Specifies to intersect the text with the current clipping path. This mode does not paint the text.

Available in Mac OS X v10.0 and later.


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)