Base64
Göran Söderström
Posts: 40
What is a good way of converting to Base64 without uploading the TTF to some other persons site?
0
Comments
-
On a Mac you can simply use Terminal:
Go to the folder your font file is in using the “cd” command, and then type:base64 yourFont > yourFont.txt
This will create a text file next to your font file containing the Base64 string.
5 -
Base64 encoding is built into many programming language these days, or available as easy to install add-ons. It is built-into python's standard library if you are a Unix/linux/mac os X person; I believe it is also built into Microsoft dotnet's too.
If you don't want to do your own little programming task, there is a stand-alone tool called "base64" (!) which is part of GNU coreutils. You could probably download some binaries for whatever platform you are on, by searching for "gnu coreutils".0 -
Whoa, that easy. Thanks!1
Categories
- All Categories
- 43 Introductions
- 3.7K Typeface Design
- 798 Font Technology
- 1K Technique and Theory
- 617 Type Business
- 444 Type Design Critiques
- 541 Type Design Software
- 30 Punchcutting
- 136 Lettering and Calligraphy
- 83 Technique and Theory
- 53 Lettering Critiques
- 483 Typography
- 301 History of Typography
- 114 Education
- 68 Resources
- 498 Announcements
- 79 Events
- 105 Job Postings
- 148 Type Releases
- 165 Miscellaneous News
- 269 About TypeDrawers
- 53 TypeDrawers Announcements
- 116 Suggestions and Bug Reports