namespace CPF.Mac.CoreGraphics { public enum CGTextDrawingMode { Fill, Stroke, FillStroke, Invisible, FillClip, StrokeClip, FillStrokeClip, Clip } }