Lines Matching defs:notice
11 The above copyright notice and this permission notice shall be included in
103 static const char *notice_foundry(const char *notice);
617 foundry = notice_foundry(t1info->notice);
653 char *notice;
655 notice = getName(face, TT_NAME_ID_TRADEMARK);
656 if (notice) {
657 foundry = notice_foundry(notice);
658 free(notice);
661 notice = getName(face, TT_NAME_ID_MANUFACTURER);
662 if (notice) {
663 foundry = notice_foundry(notice);
664 free(notice);
1310 notice_foundry(const char *notice)
1313 if (notice && strstr(notice, notice_foundries[i][0]))