Home
last modified time | relevance | path

Searched defs:psfontmap (Results 1 – 2 of 2) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/dvipng/dvipng-1.15/
H A Ddvipng.h228 struct psfontmap { struct
229 struct psfontmap *next; argument
230 char *line,*psfile,*tfmname,*encname,*end;
231 struct encoding* encoding;
232 FT_Matrix* ft_transformp;
233 FT_Matrix ft_transform;
234 struct subfont* subfont;
268 struct psfontmap* psfontmap; /* Font transformation */ member
H A Dfontmap.c31 static struct psfontmap *psfontmap=NULL; variable