Searched refs:fontSize (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libnrtype/
H A DFontFactory.h98 double fontSize; /**< The huge fontsize used as workaround for hinting. member in class:font_factory
H A DLayout-TNG-Input.cpp273 pango_font_description_set_size(descr, (int) ((font_factory::Default())->fontSize*PANGO_SCALE*72/GetDeviceCaps(pango_win32_get_dc(),LOGPIXELSY))); // mandatory huge size (hinting workaround)
279 pango_font_description_set_size(descr, (int) ((font_factory::Default())->fontSize*PANGO_SCALE)); // mandatory huge size (hinting workaround)
H A DFontFactory.cpp99 fontSize(512),
618 pango_font_description_set_size(descr, (int) (fontSize*PANGO_SCALE*72/GetDeviceCaps(pango_win32_get_dc(),LOGPIXELSY))); // mandatory huge size (hinting workaround)
620 pango_font_description_set_size(descr, (int) (fontSize*PANGO_SCALE)); // mandatory huge size (hinting workaround)
H A DFontInstance.cpp392 double scale=1.0/parent->fontSize;
558 double scale=1.0/parent->fontSize;
688 double scale=1.0/parent->fontSize;
H A DLayout-TNG-Compute.cpp1693 _font_factory_size_multiplier = (font_factory::Default())->fontSize;

Completed in 82 milliseconds