Home | History | Annotate | Download | only in lib

Lines Matching refs:textInterwordSpacing

1582 void Magick::Image::textInterwordSpacing(double spacing_)
1585 options()->textInterwordSpacing(spacing_);
1588 double Magick::Image::textInterwordSpacing(void) const
1590 return(constOptions()->textInterwordSpacing());