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

Issue related with B character #17

Open
helder2002 opened this issue Sep 13, 2017 · 4 comments
Open

Issue related with B character #17

helder2002 opened this issue Sep 13, 2017 · 4 comments

Comments

@helder2002
Copy link

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

@pierrextardif
Copy link

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

@Jollus174
Copy link

Same problem here.
image

@Jollus174
Copy link

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

@xlsfs
Copy link

xlsfs commented Mar 31, 2023

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/

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

4 participants