How

From Base42

Jump to: navigation, search

Contents

[edit] Base42 Font

I made a quick and ugly font for the Base42 glyphs. Since there I could not find unicode characters designated for hexadecimal digits, I hijacked the roman numerals.

Base42 Font based on Freefont sans unicode. (Try cutting and pasting this once it's installed:ⅡⅢⅣⅤⅥⅦⅧⅨⅩⅪⅫⅬⅭⅮⅯ)

[edit] Font Concepts

Here are some concepts on how to render the glyphs.

[edit] Things you can do



[edit] Code

Conversion to and from other bases in various programming languages. The code here is generalized as follows:

  • Real numbers are converted to the specified heximal place.
  • Where possible, arbitrary bases are supported.
  • Conversion supports any Unicode character for each digit.


[edit] Things that need to be done