scraperwiki / xlsx

Create Excel files in Go
MIT License
2 stars 2 forks source link

Add glyph size generator #14

Closed pwaller closed 9 years ago

pwaller commented 10 years ago

This is the code we wrote to figure out how big glyphs are. Adjust to taste - might need to change the font. I think the calculation to get down to pixels is to divide by 64 (bit shift >> 6).

pwaller commented 9 years ago

Closing since we're likely moving to another xlsx library.