123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- import { CHTMLFontData, CHTMLCharOptions, CHTMLVariantData, CHTMLDelimiterData, DelimiterMap, CharMapMap } from '../FontData.js';
- import { StringMap } from '../Wrapper.js';
- declare const TeXFont_base: import("../FontData.js").FontDataClass<CHTMLCharOptions, CHTMLVariantData, CHTMLDelimiterData> & typeof CHTMLFontData;
- export declare class TeXFont extends TeXFont_base {
- protected static defaultCssFamilyPrefix: string;
- protected static defaultVariantClasses: StringMap;
- protected static defaultVariantLetters: StringMap;
- protected static defaultDelimiters: DelimiterMap<CHTMLDelimiterData>;
- protected static defaultChars: CharMapMap<CHTMLCharOptions>;
- protected static defaultStyles: {
- '.MJX-TEX': {
- 'font-family': string;
- };
- '.TEX-B': {
- 'font-family': string;
- };
- '.TEX-I': {
- 'font-family': string;
- };
- '.TEX-MI': {
- 'font-family': string;
- };
- '.TEX-BI': {
- 'font-family': string;
- };
- '.TEX-S1': {
- 'font-family': string;
- };
- '.TEX-S2': {
- 'font-family': string;
- };
- '.TEX-S3': {
- 'font-family': string;
- };
- '.TEX-S4': {
- 'font-family': string;
- };
- '.TEX-A': {
- 'font-family': string;
- };
- '.TEX-C': {
- 'font-family': string;
- };
- '.TEX-CB': {
- 'font-family': string;
- };
- '.TEX-FR': {
- 'font-family': string;
- };
- '.TEX-FRB': {
- 'font-family': string;
- };
- '.TEX-SS': {
- 'font-family': string;
- };
- '.TEX-SSB': {
- 'font-family': string;
- };
- '.TEX-SSI': {
- 'font-family': string;
- };
- '.TEX-SC': {
- 'font-family': string;
- };
- '.TEX-T': {
- 'font-family': string;
- };
- '.TEX-V': {
- 'font-family': string;
- };
- '.TEX-VB': {
- 'font-family': string;
- };
- 'mjx-stretchy-v mjx-c, mjx-stretchy-h mjx-c': {
- 'font-family': string;
- };
- 'mjx-c::before': {
- display: string;
- width: number;
- };
- };
- protected static defaultFonts: {
- '@font-face /* 1 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 2 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 3 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 4 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 5 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 6 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 7 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 8 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 9 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 10 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 11 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 12 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 13 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 14 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 15 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 16 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 17 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 18 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 19 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 20 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 21 */': {
- 'font-family': string;
- src: string;
- };
- '@font-face /* 0 */': {
- 'font-family': string;
- src: string;
- };
- };
- }
- export {};
|