CTFont.GetPathForGlyph 方法

定义

重载

GetPathForGlyph(UInt16)
GetPathForGlyph(UInt16, CGAffineTransform)

GetPathForGlyph(UInt16)

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

参数

glyph
UInt16

返回

适用于

GetPathForGlyph(UInt16, CGAffineTransform)

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

参数

glyph
UInt16
transform
CGAffineTransform

返回

适用于