Home | History | Annotate | Download | only in coders

Lines Matching refs:ps_name

311 # define WMF_FONT_PSNAME(F) ((F)->user_data ? ((wmf_magick_font_t*) (F)->user_data)->ps_name : 0)
317 char* ps_name;
825 if (WMF_MAGICK_GetFontData(API)->ps_name)
826 WMF_MAGICK_GetFontData(API)->ps_name=(char *) RelinquishMagickMemory(
827 WMF_MAGICK_GetFontData(API)->ps_name);
2407 if (magick_font->ps_name != (char *) NULL)
2408 magick_font->ps_name=DestroyString(magick_font->ps_name);
2423 if (!magick_font->ps_name)
2438 CloneString(&magick_font->ps_name,type_info->name);
2442 if (!magick_font->ps_name)
2481 CloneString(&magick_font->ps_name,WMFFontMap[i].bolditalic);
2483 CloneString(&magick_font->ps_name,WMFFontMap[i].italic);
2485 CloneString(&magick_font->ps_name,WMFFontMap[i].bold);
2487 CloneString(&magick_font->ps_name,WMFFontMap[i].normal);
2528 ((wmf_magick_font_t*)font_data->user_data)->ps_name = 0;