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

Information about font weight and style #9

Open
GoogleCodeExporter opened this issue Feb 19, 2016 · 0 comments
Open

Information about font weight and style #9

GoogleCodeExporter opened this issue Feb 19, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

First of all thank you very much for your great work, this library is very 
useful for me!

I would like to ask you for something. Is it possible to add info about font 
style and font weight? 

This is an output of my file:

...
{
  "data": "2",
  "font": 1,
  "height": 62,
  "left": 692,
  "top": 1133,
  "width": 136
}
...

and I would like to have additional information, for example:

...
{
  "data": "2",
  "font": 1,
  "height": 62,
  "left": 692,
  "top": 1133,
  "width": 136,
  "style": "cursive",
  "bold": true
}
...





Original issue reported on code.google.com by [email protected] on 18 Jun 2014 at 9:49

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

No branches or pull requests

1 participant