Lines Matching defs:em
189 double const em = style->font_size.computed;
190 double const ex = 0.5 * em; // fixme: get x height from pango or libnrtype.
192 attributes.update( em, ex, w, h );
738 double const em = style->font_size.computed;
739 double const ex = em * 0.5;
742 it->update( em, ex, w );
744 it->update( em, ex, h );
769 void TextTagAttributes::update( double em, double ex, double w, double h )
772 it->update( em, ex, w );
775 it->update( em, ex, h );
778 it->update( em, ex, w );
781 it->update( em, ex, h );