// Derived from PDFium's cpvt_line.h
// Original: Copyright 2014 The PDFium Authors
// Licensed under BSD-3-Clause / Apache-2.0
// See pdfium-upstream/LICENSE for the original license.
//! Line — a laid-out line of text within a section (`CPVT_Line`).
//!
//! Stores the word range and positional metrics for one wrapped line.
/// A laid-out line of text within a section.
///
/// Corresponds to upstream `CPVT_Line`.