PDF File Writer Class Library - Author Uzi Granot
CharInfo Class |
One character/Glyph information class

Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public class CharInfo : IComparable<CharInfo>
The CharInfo type exposes the following members.

Name | Description | |
---|---|---|
![]() | ActiveChar |
Active character
|
![]() | CharCode |
Character code
|
![]() | DesignBBoxBottom |
Bounding box bottom in design units
|
![]() | DesignBBoxLeft |
Bounding box left in design units
|
![]() | DesignBBoxRight |
Bounding box right in design units
|
![]() | DesignBBoxTop |
Bounding box top in design units
|
![]() | DesignWidth |
Character width in design units
|
![]() | GlyphIndex |
Glyph index
|
![]() | Type0Font |
Character code is greater than 255
|

Name | Description | |
---|---|---|
![]() | CompareTo |
Compare two glyphs for sort and binary search
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

This class defines all the information required to display a
character in the output document. Each character has an
associated glyph. The glyph geometry is defined in a square.
The square is DesignHeight by DesignHeight.
