TdxGPCanvas.MeasureCharacterRanges(string,TdxGPFont,TdxRectF,TdxGPStringFormat) Method
Declaration
function MeasureCharacterRanges(const AText: string; AFont: TdxGPFont; const ALayoutRect: TdxRectF; AStringFormat: TdxGPStringFormat): TArray<TdxGPRegion>;
Parameters
Name | Type |
---|---|
AText | string |
AFont | TdxGPFont |
ALayoutRect | TdxRectF |
AStringFormat | TdxGPStringFormat |
Returns
Type |
---|
TArray<T> |
See Also