Searched refs:textInterwordSpacing (Results 1 – 4 of 4) sorted by relevance
272 void textInterwordSpacing(const double spacing_);273 double textInterwordSpacing(void) const;
490 void textInterwordSpacing(double spacing_);491 double textInterwordSpacing(void) const;
758 void Magick::Options::textInterwordSpacing(const double spacing_) in textInterwordSpacing() function in Magick::Options764 double Magick::Options::textInterwordSpacing(void) const in textInterwordSpacing() function in Magick::Options
1587 void Magick::Image::textInterwordSpacing(double spacing_) in textInterwordSpacing() function in Magick::Image1590 options()->textInterwordSpacing(spacing_); in textInterwordSpacing()1593 double Magick::Image::textInterwordSpacing(void) const in textInterwordSpacing() function in Magick::Image1595 return(constOptions()->textInterwordSpacing()); in textInterwordSpacing()