Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dfvimportbdf.c1302 struct pcfmetrics { struct
1322 struct pcfmetrics minbounds; argument
1323 struct pcfmetrics maxbounds;
1324 struct pcfmetrics ink_minbounds;
1325 struct pcfmetrics ink_maxbounds;
1395 static void pcfGetMetrics(FILE *file,int compressed,int format,struct pcfmetrics *metric) { in pcfGetMetrics()
1571 static struct pcfmetrics *pcfGetMetricsTable(FILE *file, struct toc *toc,int which, int *metrics_cn… in pcfGetMetricsTable()
1573 struct pcfmetrics *metrics; in pcfGetMetricsTable()
1583 metrics = malloc(cnt*sizeof(struct pcfmetrics)); in pcfGetMetricsTable()
1588 metrics = malloc(cnt*sizeof(struct pcfmetrics)); in pcfGetMetricsTable()
[all …]