Merge pull request #413 from jamesmontalvo3/master

Add SymbolRun to allow adding symbols inline
This commit is contained in:
Dolan
2019-10-02 21:41:24 +01:00
committed by GitHub
8 changed files with 207 additions and 5 deletions

View File

@ -1,5 +1,6 @@
export * from "./run";
export * from "./text-run";
export * from "./symbol-run";
export * from "./picture-run";
export * from "./run-fonts";
export * from "./sequential-identifier";