Searched refs:nHeadLen (Results 1 – 1 of 1) sorted by relevance
351 ByteCount nHeadLen = 0; in GetDevFontAttributes() local352 OSStatus rc = ATSFontGetTable( rATSFontRef, 0x68656164/*head*/, 0, 0, NULL, &nHeadLen ); in GetDevFontAttributes()353 if( (rc != noErr) || (nHeadLen <= 0) ) in GetDevFontAttributes()
Completed in 13 milliseconds