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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp132 double cos_rotation = cos(rotation); local
133 (*matrix)[0] = span.font_size * cos_rotation;
136 (*matrix)[3] = -span.font_size * cos_rotation * (_glyphs[glyph_index].vertical_scale); // unscale vertically so the specified text height is preserved if lengthAdjust=spacingAndGlyphs

Completed in 17 milliseconds