Searched refs:old_style (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mail/
H A DPrefs.cpp294 font_style old_style; local
314 fFont.GetFamilyAndStyle(&old_family, &old_style);
318 if (strcmp(old_family, new_family) || strcmp(old_style, new_style)
320 fNewFont->SetFamilyAndStyle(old_family, old_style);
322 sprintf(label, "%s %s", old_family, old_style);
511 fFont.GetFamilyAndStyle(&old_family, &old_style);
522 || strcmp(old_style, new_style)

Completed in 79 milliseconds