[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.TextMetrics

TextMetrics Struct

Represents the metrics of a text layout.

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct TextMetrics

Constructors

Name Description
TextMetrics(float, float, int, int, bool)
TextMetrics(float, float, int, int, bool, int)

Fields

Name Description
CharsFitted

Gets the number of characters fitted within the text layout.

FirstSplitPosition

Gets the position of the first split in the text layout.

Fitted

Gets a value indicating whether the text was fully fitted within the layout.

Height

Gets the height of the text layout.

LinesFilled

Gets the number of lines filled by the text layout.

Width

Gets the width of the text layout.

Extension Methods