CGContext.SetFont(CGFont) Method

Definition

Sets the CGFont used to render text.

public void SetFont (CoreGraphics.CGFont font);
member this.SetFont : CoreGraphics.CGFont -> unit

Parameters

font
CGFont

The CGFont used for the context.

Applies to