|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 815 (0x32f) Types: TextFile Names: »texfonts.h«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/TeXgraphics/transfig/fig2dev/dev/texfonts.h«
static char *fontnames[] = { "rm", "rm", /* default */ "rm", /* roman */ "bf", /* bold */ "it", /* italic */ "sf", /* sans serif */ "tt" /* typewriter */ }; #define MAXFONT 5 /* The selection of font names may be site dependent. * Not all fonts are preloaded at all sizes. */ static char *fontsizes[] = { "elv", "elv", /* default */ "fiv", "fiv", "fiv", "fiv", /* small fonts */ "fiv", /* five point font */ "six", "sev", "egt", /* etc */ "nin", "ten", "elv", "twl", "twl", "frtn", "frtn", "frtn", "svtn", "svtn", "svtn", "twty", "twty", "twty", "twty", "twty", "twfv" }; #define MAXFONTSIZE 25 #define TEXFONT(F) (fontnames[((F) <= MAXFONT) ? (F)+1 : MAXFONT]) #define TEXFONTSIZE(S) (fontsizes[((S) <= MAXFONTSIZE) ? (S)+1 : MAXFONTSIZE])