Feather: True Type font generation

Created on 13 Mar 2019  路  7Comments  路  Source: feathericons/feather

Well, I'm tried to generate a True Type font using FontCustom project, and .ttf font generated have line height issues.
I tried some combinations of parameters (font ascent, font descent, font design size and font em) without success. All the times, .ttf generated have some extra spaces around the glyph.
Anybody can help to solve this issue?

Most helpful comment

If anyone needs the TTF, I maintain a fork with it.
https://github.com/rfbezerra/feather
I will maintain that fork in sync with official one, and new updates will be incorporated there.
I will follow the releases tag with _-ttf_ suffix, so, for now, latest release is v4.21.0-ttf
For TTF generation, I use Inkscape for every Icon to convert strokes to paths, with is anoying.

All 7 comments

I found the problem during font generation, and it is pointed to icon tablet.svg.
If I generate the font normally, the result is a wrong line height.
If I remove that icon before generation, line height is OK.
I don't know why.
Anyone have any idea about?

If anyone needs the TTF, I maintain a fork with it.
https://github.com/rfbezerra/feather
I will maintain that fork in sync with official one, and new updates will be incorporated there.
I will follow the releases tag with _-ttf_ suffix, so, for now, latest release is v4.21.0-ttf
For TTF generation, I use Inkscape for every Icon to convert strokes to paths, with is anoying.

Created a PR #608 to maintain all related things here
In the meanwhile, my tag repo v4.21.0-ttf will maintain a generated version on /fonts path

If anyone would like to try feather .ttf font with 1px stroke then you can try feather1s package. Originally created for my react-native project purposes. Also all icons are converted to compound paths using fills so they are Fontello/IconMoon ready.

@rfbezerra can you update the font to the latest version its been a while since it was updated

@arpitjacob
v4.28.0-ttf

@arpitjacob
v4.28.0-ttf

Thanks :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MarcelloTheArcane picture MarcelloTheArcane  路  4Comments

arinbjornk picture arinbjornk  路  4Comments

naoufel-ui picture naoufel-ui  路  3Comments

josebastian-web picture josebastian-web  路  3Comments

jamesponddotco picture jamesponddotco  路  5Comments