Studio Service

CommonFontCondition

CommonFontCondition

A condition to be used against CommonFont object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
nameStringChecks for equality with the object’s `name` field.
fontTypeFontTypeChecks for equality with the object’s `fontType` field.
fontFamilyStringChecks for equality with the object’s `fontFamily` field.
regularFileIdUUIDChecks for equality with the object’s `regularFileId` field.
boldFileIdUUIDChecks for equality with the object’s `boldFileId` field.
italicFileIdUUIDChecks for equality with the object’s `italicFileId` field.
boldItalicFileIdUUIDChecks for equality with the object’s `boldItalicFileId` field.
thumbnailFileIdUUIDChecks for equality with the object’s `thumbnailFileId` field.
cssUrlStringChecks for equality with the object’s `cssUrl` field.
isDefaultProvidedBooleanChecks for equality with the object’s `isDefaultProvided` field.