Characters and Fonts
Characters and Fonts
Keys
Use bitmaps or outline(Vector Graphic) to display font
ASCII
Character Set
Match abstract to code point
Types
ASCII
ASCII only have 7 bits representing character. other 7 bits to respresnting
Shortcomming:
ISO 10646
Unicode
Encdoeing
Quoted-Printable
Fill the remaing two bytes with hexadecimal of original ASCII code point
*note: to avoid confusion for “=” in original ASCII. Encode “=” to “=3D”, which 3D’s
hexadecimal is 61 (The original code point of “=”)
Fonts
Classfication of Fonts
Monospaced & Proportional
Monospaced: Have fixed-width for of character
Propotional: Each letter occupies the horizontal space with the its glypth.
Acutally hard to render due to low resolution, so sans serifs are more widely used.
Sans: without
Weight
Bold
Ultra-bold
Light
Ultra-light
Fonts Measurement
kerning
Ligature
Outline Fonts
Cross Platform
TrueType Fonts
Addnitional Resource
Words to 3D World