Home
last modified time | relevance | path

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

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.c1293 gs_font_type42 *const font42 = (gs_font_type42 *)font; in copy_font_type42() local
1301 uint extra = font42->data.trueNumGlyphs * 8; in copy_font_type42()
1317 psf_write_truetype_stripped(&fs, font42); in copy_font_type42()
1341 copied42->data.numGlyphs = font42->data.numGlyphs; in copy_font_type42()
1357 gs_font_type42 *font42 = (gs_font_type42 *)font; in copy_glyph_type42() local
1363 : font42->data.get_glyph_index(font42, glyph)); in copy_glyph_type42()
1369 double factor = font42->data.unitsPerEm; in copy_glyph_type42()
1382 gdata.memory = font42->memory; in copy_glyph_type42()
1383 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
1394 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.c1288 gs_font_type42 *const font42 = (gs_font_type42 *)font; in copy_font_type42() local
1296 uint extra = font42->data.trueNumGlyphs * 8; in copy_font_type42()
1312 psf_write_truetype_stripped(&fs, font42); in copy_font_type42()
1336 copied42->data.numGlyphs = font42->data.numGlyphs; in copy_font_type42()
1352 gs_font_type42 *font42 = (gs_font_type42 *)font; in copy_glyph_type42() local
1358 : font42->data.get_glyph_index(font42, glyph)); in copy_glyph_type42()
1364 double factor = font42->data.unitsPerEm; in copy_glyph_type42()
1367 gdata.memory = font42->memory; in copy_glyph_type42()
1368 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
1379 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.c1293 gs_font_type42 *const font42 = (gs_font_type42 *)font; in copy_font_type42() local
1301 uint extra = font42->data.trueNumGlyphs * 8; in copy_font_type42()
1317 psf_write_truetype_stripped(&fs, font42); in copy_font_type42()
1341 copied42->data.numGlyphs = font42->data.numGlyphs; in copy_font_type42()
1357 gs_font_type42 *font42 = (gs_font_type42 *)font; in copy_glyph_type42() local
1363 : font42->data.get_glyph_index(font42, glyph)); in copy_glyph_type42()
1369 double factor = font42->data.unitsPerEm; in copy_glyph_type42()
1382 gdata.memory = font42->memory; in copy_glyph_type42()
1383 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
1394 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.c1288 gs_font_type42 *const font42 = (gs_font_type42 *)font; in copy_font_type42() local
1296 uint extra = font42->data.trueNumGlyphs * 8; in copy_font_type42()
1312 psf_write_truetype_stripped(&fs, font42); in copy_font_type42()
1336 copied42->data.numGlyphs = font42->data.numGlyphs; in copy_font_type42()
1352 gs_font_type42 *font42 = (gs_font_type42 *)font; in copy_glyph_type42() local
1358 : font42->data.get_glyph_index(font42, glyph)); in copy_glyph_type42()
1364 double factor = font42->data.unitsPerEm; in copy_glyph_type42()
1367 gdata.memory = font42->memory; in copy_glyph_type42()
1368 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
1379 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
[all …]
/dports/japanese/kbanner/kbanner2/
H A Dfont2.c1 unsigned short font42[]={ variable
H A Dkbanner.c11 font40[],font41[],font42[],font43[],font44[],font45[],font46[],font47[],
24 font40,font41,font42,font43,font44,font45,font46,font47,
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.c1267 gs_font_type42 *const font42 = (gs_font_type42 *)font; in copy_font_type42() local
1275 uint extra = font42->data.trueNumGlyphs * 8; in copy_font_type42()
1291 psf_write_truetype_stripped(&fs, font42); in copy_font_type42()
1293 psf_write_cid2_stripped(&fs, (gs_font_cid2 *)font42); in copy_font_type42()
1315 copied42->data.numGlyphs = font42->data.numGlyphs; in copy_font_type42()
1331 gs_font_type42 *font42 = (gs_font_type42 *)font; in copy_glyph_type42() local
1337 : font42->data.get_glyph_index(font42, glyph)); in copy_glyph_type42()
1343 double factor = font42->data.unitsPerEm; in copy_glyph_type42()
1346 gdata.memory = font42->memory; in copy_glyph_type42()
1347 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.c1267 gs_font_type42 *const font42 = (gs_font_type42 *)font; in copy_font_type42() local
1275 uint extra = font42->data.trueNumGlyphs * 8; in copy_font_type42()
1291 psf_write_truetype_stripped(&fs, font42); in copy_font_type42()
1293 psf_write_cid2_stripped(&fs, (gs_font_cid2 *)font42); in copy_font_type42()
1315 copied42->data.numGlyphs = font42->data.numGlyphs; in copy_font_type42()
1331 gs_font_type42 *font42 = (gs_font_type42 *)font; in copy_glyph_type42() local
1337 : font42->data.get_glyph_index(font42, glyph)); in copy_glyph_type42()
1343 double factor = font42->data.unitsPerEm; in copy_glyph_type42()
1346 gdata.memory = font42->memory; in copy_glyph_type42()
1347 code = font42->data.get_outline(font42, gid, &gdata); in copy_glyph_type42()
[all …]