CGContext.SelectFont(String, nfloat, CGTextEncoding) Method

Definition

Developers should not use this deprecated method. Developers should use the 'CoreText' API instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
public void SelectFont (string name, nfloat size, CoreGraphics.CGTextEncoding textEncoding);
member this.SelectFont : string * nfloat * CoreGraphics.CGTextEncoding -> unit

Parameters

name
String
size
nfloat
textEncoding
CGTextEncoding
Attributes

Applies to