FontCondition
FontCondition
A condition to be used against Font
object types. All fields are tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
name | String | Checks for equality with the object’s `name` field. | |
fontType | FontType | Checks for equality with the object’s `fontType` field. | |
fontFamily | String | Checks for equality with the object’s `fontFamily` field. | |
regularFileId | UUID | Checks for equality with the object’s `regularFileId` field. | |
boldFileId | UUID | Checks for equality with the object’s `boldFileId` field. | |
italicFileId | UUID | Checks for equality with the object’s `italicFileId` field. | |
boldItalicFileId | UUID | Checks for equality with the object’s `boldItalicFileId` field. | |
thumbnailFileId | UUID | Checks for equality with the object’s `thumbnailFileId` field. | |
cssUrl | String | Checks for equality with the object’s `cssUrl` field. | |
commonFontId | UUID | Checks for equality with the object’s `commonFontId` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. |