Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newbie help! #37

Closed
blitz-research opened this issue Oct 12, 2015 · 1 comment
Closed

Newbie help! #37

blitz-research opened this issue Oct 12, 2015 · 1 comment

Comments

@blitz-research
Copy link

Ok, just trying to get this working, and everything is compiling and I even have some text rendering, but all it seems to be doing is stripping out the html tags, eg: this:

<html><body><h1>Hello World!</h1><p>Paragraph1<br><br><p>Paragraph2</body></html>

...simply draws...

Hello World!Paragraph1Paragraph2

...on a singe line.

I'm not sure I'm using it right, as the docs are a little thin. Apart from implementing document_container, the only document methods I'm using are render(), draw() and createFromUTF8(). Is this all I need to do?

Thanks in advance for any hints you can provide.

@blitz-research
Copy link
Author

Ok, found context::load_master_stylesheet, problem solved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant