extern "C" int wxCMPFUNC_CONV
wxCompareFamilies (const void *a, const void *b)
extern "C" int wxCMPFUNC_CONV
wxCompareFamilies (const void *a, const void *b)
char *dash = strchr(font + 1, '-');
char *family = dash + 1;
dash = strchr(family, '-');
char *dash = strchr(font + 1, '-');
char *family = dash + 1;
dash = strchr(family, '-');
wxASSERT_MSG(encoding != wxFONTENCODING_SYSTEM,
wxT("No fonts at all on this system?"));
wxASSERT_MSG(encoding != wxFONTENCODING_SYSTEM,
wxT("No fonts at all on this system?"));
dash = strchr(familyFont, '-');
*dash = '\0'; // !NULL because Matches() above succeeded
dash = strchr(familyFont, '-');
*dash = '\0'; // !NULL because Matches() above succeeded