Lines Matching defs:family

78     jstring family;
130 * Expects to be called once for each face name in the family specified
134 * name is used as key to the family name value in the font to family map,
135 * the canonical name is one of the"list" of members of the family.
159 fmi->putMID, fullnameLC, fmi->family);
164 wchar_t *family;
176 info->isDifferent = wcscmp(lpelfe->elfLogFont.lfFaceName, info->family);
179 /* wprintf(LFor font %s expected family=%s instead got %s\n", */
181 /* info->family, */
188 static int DifferentFamily(wchar_t *family, wchar_t* fullName) {
192 /* If fullName can't be stored in the struct, assume correct family */
198 info.family = family;
228 * the aliased family if any actual font of that family is installed.
230 * their true family.
243 fmi->putMID, fullnameLC, fmi->family);
248 * Expects to be called for every charset of every font family.
249 * If this is the first time we have been called for this family,
250 * add a new mapping to the familyToFontListMap from this family to a
252 * in this family for the matched charset. This assumes that all fonts
253 * in a family support the same charset, which is a fairly safe assumption
255 * enumerate the members of this family just once each.
283 fmi->family = JNU_NewStringPlatform(env,lpelfe->elfLogFont.lfFaceName);
284 familyLC = (*env)->CallObjectMethod(env, fmi->family,
286 /* check if already seen this family with a different charset */
339 fmi->family = (*env)->NewString(env,lpelfe->elfLogFont.lfFaceName, (jsize)slen);
340 familyLC = (*env)->CallObjectMethod(env, fmi->family,
342 /* check if already seen this family with a different charset */
621 wcscpy(lfw.lfFaceName, L""); /* one face per family (CHECK) */
629 strcpy(lfa.lfFaceName, ""); /* one face per family */