Skip to content

Commit

Permalink
feat: agreedToFontEmbedding prop (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrichards authored Apr 24, 2020
1 parent c183600 commit d0e73e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-turtles-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sketch-hq/sketch-file-format': patch
---

Add support for `agreedToFontEmbedding` property
2 changes: 2 additions & 0 deletions schema/abstract-document.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ optional:
- layerSymbols
- embeddedFontReferences
- autoEmbedFonts
- agreedToFontEmbedding
properties:
_class: { const: document }
do_objectID: { $ref: ./utils/uuid.schema.yaml }
Expand All @@ -27,3 +28,4 @@ properties:
type: array
items: { $ref: ./objects/embedded-font-ref.schema.yaml }
autoEmbedFonts: { type: boolean }
agreedToFontEmbedding: { type: boolean }
1 change: 1 addition & 0 deletions schema/meta.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ properties:
- 126
- 127
- 128
- 129
fonts:
type: array
items: { type: string }
Expand Down

0 comments on commit d0e73e9

Please sign in to comment.