Home
last modified time | relevance | path

Searched refs:font_cap_height (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dg_retrieve.c243 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 Df_retrieve.c103 _plotter->drawstate->font_cap_height *= quantization_factor; in _pl_f_retrieve_font()
H A Dx_retrieve.c576 _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 Dc_text.c199 _pl_g_ps_font_info[master_font_index].font_cap_height / 1000.0; in _pl_c_paint_text_string()
H A Dg_alabel.c296 cap_height = _plotter->drawstate->font_cap_height; in _pl_g_render_non_hershey_string()
H A Dextern.h214 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 Dotftotfm.hh20 double font_cap_height(const FontInfo &, const Transform &);
H A Dsecondary.cc441 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 Dotftotfm.hh20 double font_cap_height(const FontInfo &, const Transform &);
H A Dsecondary.cc476 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 Dotftotfm.hh20 double font_cap_height(const FontInfo &, const Transform &);
H A Dsecondary.cc476 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 Dfontlist.c83 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 Dplotter.h374 double font_cap_height; /* font capital height (as received) */ member