Menu
Font & TypographyFont & TypographyFont & Typography
Standard Font
  • Simple Font Template
Bitmap / BDF Font
  • BDF Parser (TypeScript / JavaScript)
  • BDF Parser (Python)
  • BDF Spec
View & Star GitHub Repo of ...
  • BDF Parser (TypeScript / JavaScript)
  • BDF Parser (Python)
  • Simple Font Template
  • This website
  • And follow @tomchen there!
🌜
🌞
Font & TypographyFont & TypographyFont & Typography
  • Standard Font
    • Simple Font Template
  • Bitmap / BDF Font
    • BDF Parser (TypeScript / JavaScript)
    • BDF Parser (Python)
    • BDF Spec
  • View & Star GitHub Repo of ...
    • BDF Parser (TypeScript / JavaScript)
    • BDF Parser (Python)
    • Simple Font Template
    • This website
    • And follow @tomchen there!
  • BDF Parser (TS/JS) - Overview
  • Live Demo & Code Editor
  • BDF Parser (TS/JS) API
    • Font object
    • Glyph object
    • Bitmap object
  • API TS Doc (auto-generated)
    • Table of contents
    • Classes
      • Bitmap
      • Font
      • Glyph
    • Type aliases
      • CodepointRangeType
      • DirectionNumberType
      • DirectionType
      • GlyphDrawModeType
      • GlyphMeta
      • GlyphMetaInFont
      • Headers
      • OrderType
      • Props
      • TodataFuncRetType
    • Functions
      • $Bitmap
      • $Font
      • $Glyph

Type alias: GlyphMeta#

Ƭ GlyphMeta: { bbh: GlyphMetaInFont[3] ; bbw: GlyphMetaInFont[2] ; bbxoff: GlyphMetaInFont[4] ; bbyoff: GlyphMetaInFont[5] ; codepoint: GlyphMetaInFont[1] ; dwx0: GlyphMetaInFont[8] ; dwx1: GlyphMetaInFont[12] ; dwy0: GlyphMetaInFont[9] ; dwy1: GlyphMetaInFont[13] ; glyphname: GlyphMetaInFont[0] ; hexdata: GlyphMetaInFont[16] ; swx0: GlyphMetaInFont[6] ; swx1: GlyphMetaInFont[10] ; swy0: GlyphMetaInFont[7] ; swy1: GlyphMetaInFont[11] ; vvectorx: GlyphMetaInFont[14] ; vvectory: GlyphMetaInFont[15] }

Type declaration:#

NameType
bbhGlyphMetaInFont[3]
bbwGlyphMetaInFont[2]
bbxoffGlyphMetaInFont[4]
bbyoffGlyphMetaInFont[5]
codepointGlyphMetaInFont[1]
dwx0GlyphMetaInFont[8]
dwx1GlyphMetaInFont[12]
dwy0GlyphMetaInFont[9]
dwy1GlyphMetaInFont[13]
glyphnameGlyphMetaInFont[0]
hexdataGlyphMetaInFont[16]
swx0GlyphMetaInFont[6]
swx1GlyphMetaInFont[10]
swy0GlyphMetaInFont[7]
swy1GlyphMetaInFont[11]
vvectorxGlyphMetaInFont[14]
vvectoryGlyphMetaInFont[15]

Defined in: bdfparser.ts:69

Previous
« Type alias: GlyphDrawModeType
Next
Type alias: GlyphMetaInFont »

Standard Font

  • Font Template (Illustrator + FontForge)

Bitmap Font

  • BDF Parser (TypeScript / JavaScript)
  • BDF Parser (Python)
  • BDF Specification

Social

  • BDF Parser (TypeScript / JavaScript) on GitHub
  • BDF Parser (Python) on GitHub
  • Font Template on GitHub
  • This website on GitHub
  • @tomchen on GitHub
Copyright © 2021 Tom Chen