Interface FactoryOptions

Hierarchy

  • FactoryOptions

Properties

Properties

font?: FontInfo
renderer?: {
    backend?: number;
    background?: string;
    elementId: null | string;
    height: number;
    width: number;
}

Type declaration

  • Optional backend?: number
  • Optional background?: string
  • elementId: null | string
  • height: number
  • width: number
stave?: {
    space: number;
}

Type declaration

  • space: number