MarkupParser: Make the normal text styles available.
This commit is contained in:
@@ -24,6 +24,11 @@ public:
|
|||||||
const ParagraphStyle& HeadingParagraphStyle() const
|
const ParagraphStyle& HeadingParagraphStyle() const
|
||||||
{ return fHeadingParagraphStyle; }
|
{ return fHeadingParagraphStyle; }
|
||||||
|
|
||||||
|
const CharacterStyle& NormalCharacterStyle() const
|
||||||
|
{ return fNormalStyle; }
|
||||||
|
const ParagraphStyle& NormalParagraphStyle() const
|
||||||
|
{ return fParagraphStyle; }
|
||||||
|
|
||||||
TextDocumentRef CreateDocumentFromMarkup(const BString& text);
|
TextDocumentRef CreateDocumentFromMarkup(const BString& text);
|
||||||
void AppendMarkup(const TextDocumentRef& document,
|
void AppendMarkup(const TextDocumentRef& document,
|
||||||
const BString& text);
|
const BString& text);
|
||||||
|
|||||||
Reference in New Issue
Block a user