Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a font object as used by Raphaƫl.

This needs to be a Cufon font object, see https://github.com/sorccu/cufon.

Hierarchy

  • RaphaelFont

Index

Properties

Properties

face: Partial<RaphaelFontFace>

The font faces that are available in this font.

glyphs: Record<string, Partial<RaphaelFontGlyph>>

The glyphs that are available in this font.

w: number

The width of this font.

Generated using TypeDoc