Type3FontGlyph Constructor (Char, Double, Double)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the ClippedContent class with clipping.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Fonts
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Type3FontGlyph(
	char unicode,
	double width,
	double height
)

Parameters

unicode
Type: SystemChar
The unicode.
width
Type: SystemDouble
The width.
height
Type: SystemDouble
The height.
Examples

C#
Type3FontGlyph aGlyph = new Type3FontGlyph('a', 3, 3);
See Also

Reference