Studio Service

FontTypeFilter

FontTypeFilter

A filter to be used against FontType fields. All fields are combined with a logical ‘and.’

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToFontTypeEqual to the specified value.
notEqualToFontTypeNot equal to the specified value.
distinctFromFontTypeNot equal to the specified value, treating null like an ordinary value.
notDistinctFromFontTypeEqual to the specified value, treating null like an ordinary value.
in[FontType!]Included in the specified list.
notIn[FontType!]Not included in the specified list.
lessThanFontTypeLess than the specified value.
lessThanOrEqualToFontTypeLess than or equal to the specified value.
greaterThanFontTypeGreater than the specified value.
greaterThanOrEqualToFontTypeGreater than or equal to the specified value.