Home | History | Annotate | Download | only in ports

Lines Matching refs:fsType

430     FT_UShort fsType = FT_Get_FSType_Flags(face);
431 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
437 return (os2_table->fsType & 0x202) == 0;
445 FT_UShort fsType = FT_Get_FSType_Flags(face);
446 return (fsType & FT_FSTYPE_NO_SUBSETTING) == 0;
451 return (os2_table->fsType & 0x100) == 0;