Skip to main content

TdxGPCanvas.MeasureString(string,TdxGPFont,TdxSizeF,TdxGPStringFormat,Integer,Integer) Method

Declaration

function MeasureString(const AText: string; AFont: TdxGPFont; const ALayoutArea: TdxSizeF; AStringFormat: TdxGPStringFormat; out ACharactersFitted: Integer; out ALinesFilled: Integer): TdxSizeF; overload;

Parameters

Name Type
AText string
AFont TdxGPFont
ALayoutArea TdxSizeF
AStringFormat TdxGPStringFormat
ACharactersFitted Integer
ALinesFilled Integer

Returns

Type
TdxSizeF
See Also