-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Font with offset when rendering #191
Comments
I feel this may be related too: ineshbose/simple-icons-latex#2 |
Probably related to #170 Would you mind to provide the exact list of steps or (preferably) commands that I should execute to reproduce it? That would speed up the patching process. |
@mondeja Here you go: https://github.com/davidmartos96/simpleicons_offset_bug It has a README with instructions. It includes the TTF font v10 with the simplest integration as it can be. TTF loading and only one sample circular icon declared, but you can define more manually in the Let me know if you have any issue reproducing it. |
@davidmartos96 Is this issue only on Simple Icon Font? Did you try some other icon fonts? |
@LitoMore Yes, I've only experienced it with this TTF font. Other popular TTF icon fonts render correctly on Flutter. |
Kind of issue
Description
Hello! I've noticed an issue with the TTF font.
When using the font in Flutter, there is a small offset when rendering the font. There is a small gap at the top and it goes a bit out of bounds at the bottom.
I'm not sure where the problem is exactly, but I did try to create a TTF font with icomoon.io manually with a few of the Simple Icons SVGs and it doesn't have that problem.
So there are some differences in how both TTF are generated. Any ideas?
I've tried with the TTF files in the Github, v7 and v9, both with the same problem.
The text was updated successfully, but these errors were encountered: