OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textInterwordSpacing
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/Magick++/lib/Magick++/
Options.h
272
void
textInterwordSpacing
(const double spacing_);
273
double
textInterwordSpacing
(void) const;
Image.h
490
void
textInterwordSpacing
(double spacing_);
491
double
textInterwordSpacing
(void) const;
[
all
...]
/external/ImageMagick/Magick++/lib/
Options.cpp
751
void Magick::Options::
textInterwordSpacing
(const double spacing_)
757
double Magick::Options::
textInterwordSpacing
(void) const
Image.cpp
[
all
...]
Completed in 501 milliseconds