Searched refs:xfweight (Results 1 – 1 of 1) sorted by relevance
1008 wchar_t *xfweight = L"\0"; in weed_parse_font_string() local1046 if (*xfweight == L'\0') { in weed_parse_font_string()1049 xfweight = (wchar_t *)fweights[i]; in weed_parse_font_string()1053 if (*xfweight != L'\0') continue; in weed_parse_font_string()1064 if (*xfstretch == L'\0' && *xfweight == L'\0' && *xfstyle == L'\0') { in weed_parse_font_string()1085 wcs_len = wcstombs(NULL, xfweight, 0) + 1; in weed_parse_font_string()1087 wcstombs(*fweight, xfweight, wcs_len); in weed_parse_font_string()