You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Jun 2014 at 9:49The text was updated successfully, but these errors were encountered: