Return the glyph for the given Unicode chararacter as a FreeHandPathCollection.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public FreeHandPathCollection CreatePaths(
	char character,
	double fontSize
)
Visual Basic
Public Function CreatePaths ( _
	character As Char, _
	fontSize As Double _
) As FreeHandPathCollection

Parameters

character
Type: System..::..Char

[Missing <param name="character"/> documentation for "M:TallComponents.PDF.Fonts.Font.CreatePaths(System.Char,System.Double)"]

fontSize
Type: System..::..Double

[Missing <param name="fontSize"/> documentation for "M:TallComponents.PDF.Fonts.Font.CreatePaths(System.Char,System.Double)"]

Return Value

See Also