Lines Matching defs:rotation
1405 // Kerning (xshift), yshift, rotation. NB: These are not CSS attributes.
1429 double rotation = attributes->getRotate( char_index );
1431 if( rotation > 180.0 ) rotation -= 360.0;
1435 gtk_adjustment_set_value( rotationAdjustment, rotation );
1440 std::cout << " GUI: Rotation: " << rotation << std::endl;
2005 /* Character rotation */
2013 _("Letter rotation"), /* label */
2015 _("Character rotation (degrees)"),/* tooltip */
2016 "/tools/text/rotation", /* preferences path */