RTRCharInfo class
Extended information about the character formatting.
Important! This class is reserved for future use.
Properties
Name | Type | Description |
backgroundColor | NSInteger, read-only |
The color of the background.
|
foregroundColor | NSInteger, read-only | The color of the symbol. |
quadrangle | NSArray<NSValue*>*, read-only |
The four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. Get the NSValue.CGPointValue property to obtain point coordinates as a CGPoint. |
rect | CGRect, read-only | The bounding rectangle. |
3/2/2022 12:59:15 PM