Home
last modified time | relevance | path

Searched refs:ParagraphSpec (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/libqxp/libqxp-0.0.0/src/lib/
H A DQXPTypes.h306 struct ParagraphSpec : public TextSpec struct
310 ParagraphSpec(const std::shared_ptr<ParagraphFormat> &f, unsigned start, unsigned len) in ParagraphSpec() function
319 std::vector<ParagraphSpec> paragraphs;
323 double maxFontSize(const ParagraphSpec &paragraph) const;
H A DQXPTextParser.cpp99 text->paragraphs.emplace_back(ParagraphSpec(paragraphFormat, startIndex, length)); in parseText()
H A DQXPTypes.cpp141 double Text::maxFontSize(const ParagraphSpec &paragraph) const in maxFontSize()