Lines Matching refs:slant
3752 slant: [0.250, 0.250, 0.250], property
11747 const assembleSupSub = (base, supGroup, subGroup, options, style, slant, baseShift) => { argument
11786 marginLeft: -slant + "em"
11799 marginLeft: slant + "em"
11806 const top = base.height - baseShift; // Shift the limits by the slant of the symbol. Note
11807 // that we are supposed to shift the limits by 1/2 of the slant,
11808 // but since we are centering the limits adding a full slant of
11820 marginLeft: -slant + "em"
11843 marginLeft: slant + "em"
11958 let slant = 0; variable
11967 …baseShift = (base.height - base.depth) / 2 - options.fontMetrics().axisHeight; // The slant of the…
11970 slant = base.italic;
11974 return assembleSupSub(base, supGroup, subGroup, options, style, slant, baseShift);