chrissimpkins / codeface

Typefaces for source code beautification
Other
6.15k stars 416 forks source link

METADATA #140

Open tomByrer opened 8 years ago

tomByrer commented 8 years ago

More of a conversation starter than suggestion. I was browsing google/fonts repo & found they track font details with METADATA.pb files. Could help with all that font info you're trying to track. I think add homepage & repopage fields...

chrissimpkins commented 8 years ago

Those files seem to be mostly names and weights. There is some information about the character set support that might be useful. I will look into it in more detail.

chrissimpkins commented 8 years ago

Tom, you might be interested in this new tool that we just released:

https://github.com/source-foundry/font-line

tomByrer commented 8 years ago

Thanks for thinking about me! So programmatically make any font monospaced? That's neat. Needs hand-tweaking to look right, or mostly automatic?

On Wed, Mar 30, 2016 at 6:40 AM, Chris Simpkins notifications@github.com wrote:

Tom, you might be interested in this new tool that we just released:

https://github.com/source-foundry/font-line

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/chrissimpkins/codeface/issues/140#issuecomment-203412978

chrissimpkins commented 8 years ago

It won't make any font monospaced, it adjusts any font's vertical metrics so that you can modify the vertical line spacing (tighter vs. looser)

chrissimpkins commented 8 years ago

The current approach is based on the % UPM height to define the automated approach to the line spacing that you'd like. You can view vertical metrics values in any font with the font-line report sub-command. Full docs on the README page.