Home
last modified time | relevance | path

Searched defs:Subfont (Results 1 – 4 of 4) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DSubfont.h33 class Subfont; variable
73 Subfont (SubfontDefinition &sfd, const std::string &id) : _sfd(sfd), _id(id), _mapping(0) {} in Subfont() function
H A DFontMap.h32 class Subfont; variable
/dports/net/drawterm/drawterm/include/
H A Ddraw.h18 typedef struct Subfont Subfont; typedef
247 struct Subfont struct
249 char *name;
250 short n; /* number of chars in font */
251 uchar height; /* height of image */
252 char ascent; /* top of image to baseline */
253 Fontchar *info; /* n+1 character descriptors */
254 Image *bits; /* of font */
255 int ref;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Ddraw.h24 typedef struct Subfont Subfont; typedef
254 struct Subfont struct
256 char *name;
257 short n; /* number of chars in font */
258 uchar height; /* height of image */
259 char ascent; /* top of image to baseline */
260 Fontchar *info; /* n+1 character descriptors */
261 Image *bits; /* of font */
262 int ref;