CTFont.GetPathForGlyph Method

Definition

Overloads

GetPathForGlyph(UInt16)
GetPathForGlyph(UInt16, CGAffineTransform)

GetPathForGlyph(UInt16)

public CoreGraphics.CGPath GetPathForGlyph (ushort glyph);
member this.GetPathForGlyph : uint16 -> CoreGraphics.CGPath

Parameters

glyph
UInt16

Returns

Applies to

GetPathForGlyph(UInt16, CGAffineTransform)

public CoreGraphics.CGPath GetPathForGlyph (ushort glyph, ref CoreGraphics.CGAffineTransform transform);
member this.GetPathForGlyph : uint16 *  -> CoreGraphics.CGPath

Parameters

glyph
UInt16
transform
CGAffineTransform

Returns

Applies to