FontLineResult

FontLineResult constructor

Initializes a new instance of the FontLineResult class.

public FontLineResult(int lineIndex, int sizePx, double? sizePtEstimate, string style, 
    double styleConfidence, string font, double fontConfidence)
ParameterTypeDescription
lineIndexInt32Zero-based line index in the processed font batch.
sizePxInt32Detected line height in pixels.
sizePtEstimateNullable`1Estimated font size in points.
styleStringDetected font style.
styleConfidenceDoubleConfidence score for detected style.
fontStringDetected font family name.
fontConfidenceDoubleConfidence score for detected font family.

See Also