Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dweed-plugin-utils.c1008 wchar_t *xfweight = L"\0"; in weed_parse_font_string() local
1046 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()