font8_8.asm

8x8 monochrome bitmap fonts for rendering

Author

Marcel Sondaar International Business Machines (public domain VGA fonts)

License

Public Domain

Summary
font8_8.asm8x8 monochrome bitmap fonts for rendering
Constants
font8x8_0000
font8x8_0080
font8x8_00A0
font8x8_0390
font8x8_2500
font8x8_2580
Variables
font8x8_tableLists the glyph block offsets with their lengths

Constants

font8x8_0000

Contains an 8x8 font map for unicode points U+0000U+007F (basic latin)

font8x8_0080

Contains an 8x8 font map for unicode points U+0080U+009F (C1/C2 control)

font8x8_00A0

Contains an 8x8 font map for unicode points U+00A0U+00FF (extended latin)

font8x8_0390

Contains an 8x8 font map for unicode points U+0390U+03C9 (greek characters)

font8x8_2500

Contains an 8x8 font map for unicode points U+2500U+257F (box drawing)

font8x8_2580

Contains an 8x8 font map for unicode points U+2580U+259F (block elements)

Variables

font8x8_table

font8x8_table: DD font8x8_0000

Lists the glyph block offsets with their lengths

8-byte units; 4-byte pointer; 2-byte unicode offset, 2-byte length

font8x8_table: DD font8x8_0000
Lists the glyph block offsets with their lengths