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