Feat/embedded fonts (#2174)
* #239 Embedded fonts * Add boilerplate for font table * Fix linting * Fix linting * Fix odttf naming * Correct writing of fonts to relationships and font table new uuid function * Add font to run * Add demo Fix tests * Add character set support * Add tests * Write tests
This commit is contained in:
@ -17,7 +17,8 @@ export type RelationshipType =
|
||||
| "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties"
|
||||
| "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"
|
||||
| "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"
|
||||
| "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments";
|
||||
| "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"
|
||||
| "http://schemas.openxmlformats.org/officeDocument/2006/relationships/font";
|
||||
|
||||
export const TargetModeType = {
|
||||
EXTERNAL: "External",
|
||||
|
Reference in New Issue
Block a user