CommonFontCondition
CommonFontCondition
A condition to be used against CommonFont 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. | |
| 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. | |
| isDefaultProvided | Boolean | Checks for equality with the object’s `isDefaultProvided` field. | |