CGContext.SelectFont(String, nfloat, CGTextEncoding) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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