Control the spacing between lines of text using the line height dropdown.
<richtextbox
name="lineHeightEditor"
toolbar="full"
height="300px"
html="<p style='line-height:100%'>100% line height...</p>
<p style='line-height:200%'>200% line height...</p>" />