Home
last modified time | relevance | path

Searched refs:tfm_info (Results 1 – 1 of 1) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/dviljk/
H A Ddvi2xx.c4728 tfm_info_type tfm_info; in TryResident() local
4735 if (tfm_read_info(fontptr->n, &tfm_info) in TryResident()
4736 && tfm_info.family[0] in TryResident()
4737 && EQ((char *)tfm_info.family, "HPAUTOTFM")) { in TryResident()
4743 strncpy(fontptr->symbol_set, (char *)tfm_info.coding_scheme, 39); in TryResident()
4745 fontptr->resid = tfm_info.typeface_id; in TryResident()
4746 fontptr->spacing = tfm_info.spacing; in TryResident()
4747 fontptr->style = tfm_info.style; in TryResident()
4748 fontptr->weight = tfm_info.weight; in TryResident()
4765 double w_in_points = tfm_info.interword / (double)0x100000; in TryResident()
[all …]