Home | History | Annotate | Download | only in ports

Lines Matching refs:fsType

429     FT_UShort fsType = FT_Get_FSType_Flags(face);
430 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
436 return (os2_table->fsType & 0x202) == 0;
444 FT_UShort fsType = FT_Get_FSType_Flags(face);
445 return (fsType & FT_FSTYPE_NO_SUBSETTING) == 0;
450 return (os2_table->fsType & 0x100) == 0;