UNPKG

mathjax-newcm-font

Version:
18 lines (17 loc) 878 B
import { SvgFontData, SvgCharOptions, SvgVariantData, SvgDelimiterData, DelimiterMap, CharMapMap } from 'mathjax-full/cjs/output/svg/FontData.js'; import { OptionList } from 'mathjax-full/cjs/util/Options.js'; declare const Base: import("mathjax-full/cjs/output/common/FontData.js").FontDataClass<SvgCharOptions, SvgVariantData, SvgDelimiterData> & typeof SvgFontData; export declare class MathJaxNewcmFont extends Base { static NAME: string; static OPTIONS: { dynamicPrefix: string; }; protected static defaultDelimiters: DelimiterMap<SvgDelimiterData>; protected static defaultChars: CharMapMap<SvgCharOptions>; protected static dynamicFiles: import("mathjax-full/cjs/output/common/FontData.js").DynamicFileList; protected static variantCacheIds: { [name: string]: string; }; constructor(options?: OptionList); } export {};