Home
last modified time | relevance | path

Searched refs:DrawSetFontFamily (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.h108 DrawSetFontFamily(DrawingWand *,const char *),
Ddrawing-wand.c5119 WandExport MagickBooleanType DrawSetFontFamily(DrawingWand *wand, in DrawSetFontFamily() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1278 using MagickCore::DrawSetFontFamily;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp819 (void) DrawSetFontFamily( context_, _family.c_str() ); in operator ()()