Type alias TeXChar

TeXChar: {
    math?: string;
    text?: string;
    macrospacer?: boolean;
    alt?: string[];
}

Type declaration

  • Optional math?: string
  • Optional text?: string
  • Optional macrospacer?: boolean
  • Optional alt?: string[]

Generated using TypeDoc