Home
last modified time | relevance | path

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

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dvf.c154 struct font_def *dev_font; in read_a_font_def() local
167 dev_font = vf_fonts[thisfont].dev_fonts+ in read_a_font_def()
169 dev_font -> font_id = font_id; in read_a_font_def()
176 dev_font -> name = NEW (name_length+1, char); in read_a_font_def()
179 (dev_font -> directory)[dir_length] = 0; in read_a_font_def()
180 (dev_font -> name)[name_length] = 0; in read_a_font_def()
182 dev_font->tfm_id = tfm_open (dev_font -> name, 1); /* must exist */ in read_a_font_def()
183 dev_font->dev_id = in read_a_font_def()
184 dvi_locate_font (dev_font->name, in read_a_font_def()
186 dev_font->size)); in read_a_font_def()
[all …]
H A Dpdfdev.c442 struct dev_font { struct
506 static struct dev_font *dev_fonts = NULL; argument
844 struct dev_font *font; in dev_set_font()
845 struct dev_font *real_font; in dev_set_font()
929 struct dev_font *font;
943 struct dev_font *font; in pdf_dev_get_font_wmode()
1129 struct dev_font *font;
1130 struct dev_font *real_font;
1467 struct dev_font *font;
1752 struct dev_font *font;
[all …]
H A DChangeLog4696 Added wmode flag to struct a_type0_font and dev_font.
/dports/japanese/vftool/vftool-1.2/
H A Dbifont.h4 short dev_font, dev_char; member
24 short dev_font; member
/dports/devel/m17n-lib/m17n-lib-1.8.0/example/
H A Dmedit.c2847 MFont *dev_font = mfont (); in main() local
2854 mfont_put_prop (dev_font, Mfamily, msymbol ("raghindi")); in main()
2855 mfont_put_prop (dev_font, Mregistry, unicode_bmp); in main()
2867 dev_font, no_ctl, 0); in main()
2876 free (dev_font); in main()