Home | History | Annotate | Download | only in flot

Lines Matching refs:lineHeight

329 			textStyle = font.style + " " + font.variant + " " + font.weight + " " + font.size + "px/" + font.lineHeight + "px " + font.family;
534 font: null, // null (derived from CSS in placeholder) or object like { size: 11, lineHeight: 13, style: "italic", weight: "bold", family: "sans-serif", variant: "small-caps" }
797 if (!axisOptions.font.lineHeight) {
798 axisOptions.font.lineHeight = Math.round(axisOptions.font.size * 1.15);
819 if (!axisOptions.font.lineHeight) {
820 lineHeight = Math.round(axisOptions.font.size * 1.15);