Searched refs:tfm_type (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp337 int tfm_type = check_type(); local
340 if (!debug_flag && !read_map(argv[optind + 1], tfm_type))
343 read_map(argv[optind + 1], tfm_type);
351 check_units(f, tfm_type, &ppi, &upem);
352 if (tfm_type == UNICODE) // don't calculate for Intellifont TFMs
376 dump_symbols(tfm_type);
380 output_charset(tfm_type);
510 int tfm_type = tag_info(type_tag).value; local
511 switch (tfm_type) {
519 fatal("unknown type tag %1", tfm_type);
525 check_units(File &f, const int tfm_type, double *ppi, double *upem) argument
849 output_charset(const int tfm_type) argument
[all...]

Completed in 646 milliseconds