Searched refs:glyphs (Results 1 – 13 of 13) sorted by relevance
/freebsd/usr.bin/vtfontcvt/ |
H A D | vtfontcvt.c | 61 static struct glyph_list glyphs[VFNT_MAPS] = { variable 62 TAILQ_HEAD_INITIALIZER(glyphs[0]), 63 TAILQ_HEAD_INITIALIZER(glyphs[1]), 64 TAILQ_HEAD_INITIALIZER(glyphs[2]), 65 TAILQ_HEAD_INITIALIZER(glyphs[3]), 277 TAILQ_INSERT_HEAD(&glyphs[map_idx], gl, g_list); in add_glyph() 279 TAILQ_INSERT_TAIL(&glyphs[map_idx], gl, g_list); in add_glyph() 642 TAILQ_FOREACH(gl, &glyphs[i], g_list) in number_glyphs() 689 TAILQ_FOREACH(gl, &glyphs[i], g_list) in write_glyphs()
|
/freebsd/share/i18n/csmapper/APPLE/ |
H A D | ROMAN%UCS.src | 127 # as "system" fonts (for menus, dialogs, etc.) have four glyphs 129 # These glyphs are not intended as characters for use in normal 131 # interpreted as associated with these glyphs; they are usually
|
H A D | UCS%ROMAN.src | 127 # as "system" fonts (for menus, dialogs, etc.) have four glyphs 129 # These glyphs are not intended as characters for use in normal 131 # interpreted as associated with these glyphs; they are usually
|
H A D | KEYBOARD%UCS.src | 78 # glyphs for special keys on the keyboard. In Mac OS X, that font is
|
H A D | UCS%KEYBOARD.src | 78 # glyphs for special keys on the keyboard. In Mac OS X, that font is
|
H A D | HEBREW%UCS.src | 136 # SPACE. The glyphs for some of the other punctuation characters
|
/freebsd/usr.sbin/vidcontrol/ |
H A D | vidcontrol.c | 439 if ((vfnt.glyphs = malloc(glyphsize)) == NULL) { in load_vt4font() 444 if (fread(vfnt.glyphs, glyphsize, 1, f) != 1) { in load_vt4font() 446 free(vfnt.glyphs); in load_vt4font() 458 free(vfnt.glyphs); in load_vt4font()
|
/freebsd/sys/dev/vt/ |
H A D | vt_font.c | 209 error = copyin(f->glyphs, vf->vf_bytes, glyphsize); in vtfont_load()
|
/freebsd/sys/sys/ |
H A D | consio.h | 222 uint8_t *glyphs; member
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 2351 uint32_t glyphs; in load_font() local 2436 glyphs = be32toh(fh.fh_glyph_count); in load_font() 2440 size = howmany(fp->vf_width, 8) * fp->vf_height * glyphs; in load_font()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3454.txt | 759 an extensive discussion of how to reorder glyphs for display when
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 3505 + modify test/blue.c to use Unicode values for card-glyphs when
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 21426 # Add these in your ~/.screenrc for inputting some special glyphs like french
|