API Reference
Class
PdfTextFallbackSegment
Describes one contiguous text segment covered by one embedded TrueType font candidate.
Inheritance
- Object
- PdfTextFallbackSegment
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfTextFallbackPlan.Segments
Inherited Methods
Properties
public Int32 StartIndex { get; } #UTF-16 start index in the original text.
public Int32 Length { get; } #UTF-16 length in the original text.
public Int32 FontIndex { get; } #Zero-based index of the selected fallback candidate.
public String FontName { get; } #Display name of the selected fallback candidate.