CharInfo class
Extended information about character formatting.
Important! This class is reserved for future use.
final class CharInfo {
public final Point[] Quadrangle;
}
Properties
Name | Type | Description |
---|---|---|
Quadrangle | Point[] | The four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. |
02.03.2022 12:59:15