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
- 46 Introductions
- 3.9K Typeface Design
- 480 Type Design Critiques
- 558 Type Design Software
- 1.1K Type Design Technique & Theory
- 648 Type Business
- 841 Font Technology
- 29 Punchcutting
- 514 Typography
- 119 Type Education
- 319 Type History
- 76 Type Resources
- 110 Lettering and Calligraphy
- 31 Lettering Critiques
- 79 Lettering Technique & Theory
- 540 Announcements
- 88 Events
- 112 Job Postings
- 168 Type Releases
- 171 Miscellaneous News
- 275 About TypeDrawers
- 53 TypeDrawers Announcements
- 120 Suggestions and Bug Reports