Searched refs:font_root (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | nt-feature.c | 296 font_root[MagickPathExtent]; in NTAcquireTypeCache() local 329 *font_root='\0'; in NTAcquireTypeCache() 334 (void) CopyMagickString(font_root,system_root,MagickPathExtent); in NTAcquireTypeCache() 335 (void) ConcatenateMagickString(font_root,"\\fonts\\",MagickPathExtent); in NTAcquireTypeCache() 339 (void) CopyMagickString(font_root,system_root,MagickPathExtent); in NTAcquireTypeCache() 340 (void) ConcatenateMagickString(font_root,"\\",MagickPathExtent); in NTAcquireTypeCache() 404 (void) CopyMagickString(buffer,font_root,MagickPathExtent); in NTAcquireTypeCache()
|