facetype.js icon indicating copy to clipboard operation
facetype.js copied to clipboard

Issue related with B character

Open helder2002 opened this issue 7 years ago • 4 comments

There is an issue with B character, after conversion, B appears with down hole filled.

helder2002 avatar Sep 13 '17 10:09 helder2002

Hi,

I am facing the same problem with the curve of my "B"s. Did you find a solution?

I tried using the curve of my "P"s and putting it inside the json file, but it's not conclusive really...

Any help?

Great job for the rest though.

++ screen shot 2018-05-31 at 1 11 51 pm

pierrextardif avatar May 31 '18 12:05 pierrextardif

Same problem here. image

Jollus174 avatar Nov 02 '21 13:11 Jollus174

Hi,

I am facing the same problem with the curve of my "B"s. Did you find a solution?

I tried using the curve of my "P"s and putting it inside the json file, but it's not conclusive really...

Any help?

Great job for the rest though.

++ screen shot 2018-05-31 at 1 11 51 pm

I managed to get the same result using this solution, although it took a bit of trial and error.

Before:

"B": {
  "ha": 789,
  "x_min": 106,
  "x_max": 724,
  "o": "m 222 486 l 222 108 l 339 108 q 607 300 607 108 q 324 486 607 486 l 222 486 m 106 0 l 106 1047 l 278 1047 q 531 981 435 1047 q 628 764 628 914 q 525 560 628 628 q 670 463 617 538 q 724 292 724 388 q 619 72 724 143 q 349 0 515 0 l 106 0 m 222 939 l 222 586 z "
}

After:

"B": {
  "ha": 789,
  "x_min": 106,
  "x_max": 724,
  "o": "m 222 486 l 222 108 l 339 108 q 607 300 607 108 q 324 486 607 486 l 222 458 m 222 939 l 222 567 l 300 567 q 539 756 539 567 q 523 840 539 890 q 483 894 507 575 q 419 923 458 913 q 347 936 381 933 q 265 939 314 939 l 222 939 l 222 486 m 106 0 l 106 1047 l 278 1047 q 531 981 435 1047 q 628 764 628 914 q 525 560 628 628 q 670 463 617 538 q 724 292 724 388 q 619 72 724 143 q 349 0 515 0 z "
}

Looking more closesly, it looks like the P was a little off already. image

Jollus174 avatar Nov 02 '21 14:11 Jollus174

I found that the hole below character "B" disappears in "three.js". So I made some modifications, and anyone who encounters the same problem can try it out. https://xlsfs.github.io/facetype.js/

xlsfs avatar Mar 31 '23 11:03 xlsfs