codeface icon indicating copy to clipboard operation
codeface copied to clipboard

METADATA

Open tomByrer opened this issue 8 years ago • 5 comments

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...

tomByrer avatar Jan 22 '16 04:01 tomByrer

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 avatar Jan 22 '16 04:01 chrissimpkins

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

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

chrissimpkins avatar Mar 30 '16 12:03 chrissimpkins

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 [email protected] 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

tomByrer avatar Mar 30 '16 16:03 tomByrer

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 avatar Mar 30 '16 16:03 chrissimpkins

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.

chrissimpkins avatar Mar 30 '16 16:03 chrissimpkins