Searched refs:font_cap_height (Results 1 – 14 of 14) sorted by relevance
/dports/graphics/plotutils/plotutils-2.6/libplot/ |
H A D | g_retrieve.c | 243 drawstate->font_cap_height = in _match_hershey_font() 291 drawstate->font_cap_height in _match_pcl_font() 293 * (double)(_pl_g_pcl_font_info[i].font_cap_height)/1000.0; in _match_pcl_font() 344 drawstate->font_cap_height in _match_ps_font() 346 * (double)(_pl_g_ps_font_info[i].font_cap_height)/1000.0; in _match_ps_font() 390 drawstate->font_cap_height in _match_stick_font()
|
H A D | f_retrieve.c | 103 _plotter->drawstate->font_cap_height *= quantization_factor; in _pl_f_retrieve_font()
|
H A D | x_retrieve.c | 576 _plotter->drawstate->font_cap_height *= factor; in _pl_x_select_xlfd_font_carefully() 664 _plotter->drawstate->font_cap_height = in _pl_x_select_font_carefully()
|
H A D | c_text.c | 199 _pl_g_ps_font_info[master_font_index].font_cap_height / 1000.0; in _pl_c_paint_text_string()
|
H A D | g_alabel.c | 296 cap_height = _plotter->drawstate->font_cap_height; in _pl_g_render_non_hershey_string()
|
H A D | extern.h | 214 int font_cap_height; /* the font's cap height */ member 250 int font_cap_height; /* the font's cap height */ member
|
/dports/print/typetools/lcdf-typetools-2.108/otftotfm/ |
H A D | otftotfm.hh | 20 double font_cap_height(const FontInfo &, const Transform &);
|
H A D | secondary.cc | 441 set.push_back(Setting::RULE, 0, font_cap_height(_finfo, xform)); in setting() 682 font_cap_height(const FontInfo &finfo, const Transform &font_xform) in font_cap_height() function
|
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/otftotfm/ |
H A D | otftotfm.hh | 20 double font_cap_height(const FontInfo &, const Transform &);
|
H A D | secondary.cc | 476 v.push_back(Setting(Setting::RULE, 0, font_cap_height(_finfo, xform))); in setting() 738 font_cap_height(const FontInfo &finfo, const Transform &font_xform) in font_cap_height() function
|
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/otftotfm/ |
H A D | otftotfm.hh | 20 double font_cap_height(const FontInfo &, const Transform &);
|
H A D | secondary.cc | 476 v.push_back(Setting(Setting::RULE, 0, font_cap_height(_finfo, xform))); in setting() 738 font_cap_height(const FontInfo &finfo, const Transform &font_xform) in font_cap_height() function
|
/dports/graphics/plotutils/plotutils-2.6/lib/ |
H A D | fontlist.c | 83 int font_cap_height; /* the font's cap height */ member 112 int font_cap_height; /* the font's cap height */ member
|
/dports/graphics/plotutils/plotutils-2.6/include/ |
H A D | plotter.h | 374 double font_cap_height; /* font capital height (as received) */ member
|