]> git.kianting.info Git - clo/commit
english breakline, and generate try to count the text size
authorTan Kian-ting <chenjt30@gmail.com>
Sun, 29 Oct 2023 18:18:29 +0000 (02:18 +0800)
committerTan Kian-ting <chenjt30@gmail.com>
Sun, 29 Oct 2023 18:18:29 +0000 (02:18 +0800)
commitc3dc58d74afa6b298d84bad90d63c027a32a954a
treea71fe03060fb74617b40cd8b5c0e93afb382a5d8
parent796e0c20c767e214b104fa3d17e754ce58da6e73
english breakline, and generate try to count the text size
80 files changed:
.gitignore
README.md
b.clo
b.js
docs/assets/highlight.css [new file with mode: 0644]
docs/assets/main.js [new file with mode: 0644]
docs/assets/navigation.js [new file with mode: 0644]
docs/assets/search.js [new file with mode: 0644]
docs/assets/style.css [new file with mode: 0644]
docs/classes/libclo.Clo.html [new file with mode: 0644]
docs/enums/canva.TextStyle.html [new file with mode: 0644]
docs/enums/canva.TextWeight.html [new file with mode: 0644]
docs/enums/libclo.Direction.html [new file with mode: 0644]
docs/enums/parser.TokenKind.html [new file with mode: 0644]
docs/functions/canva.fontStyleTofont.html [new file with mode: 0644]
docs/functions/canva.putText.html [new file with mode: 0644]
docs/functions/index.processArgv.html [new file with mode: 0644]
docs/functions/libclo.hyphenForClo.html [new file with mode: 0644]
docs/functions/libclo.hyphenTkTree.html [new file with mode: 0644]
docs/functions/libclo.ptToPx.html [new file with mode: 0644]
docs/functions/libclo.splitCJKV.html [new file with mode: 0644]
docs/functions/libclo.twoReturnsToNewline.html [new file with mode: 0644]
docs/functions/parser.applyComment.html [new file with mode: 0644]
docs/functions/parser.applyContent.html [new file with mode: 0644]
docs/functions/parser.applyImport.html [new file with mode: 0644]
docs/functions/parser.applyImports.html [new file with mode: 0644]
docs/functions/parser.applyNotAtText.html [new file with mode: 0644]
docs/functions/parser.applyParts.html [new file with mode: 0644]
docs/functions/parser.applyPartsWithoutImport.html [new file with mode: 0644]
docs/functions/parser.applySegment.html [new file with mode: 0644]
docs/functions/parser.applySemiColon.html [new file with mode: 0644]
docs/functions/parser.applySpaceNL.html [new file with mode: 0644]
docs/functions/parser.applyText.html [new file with mode: 0644]
docs/functions/parser.inputTextToTree.html [new file with mode: 0644]
docs/functions/parser.treeToJS.html [new file with mode: 0644]
docs/index.html [new file with mode: 0644]
docs/interfaces/canva.Clo.html [new file with mode: 0644]
docs/interfaces/canva.CloCommand.html [new file with mode: 0644]
docs/interfaces/canva.FontStyle.html [new file with mode: 0644]
docs/interfaces/canva.fontPathPSNamePair.html [new file with mode: 0644]
docs/interfaces/libclo.Box.html [new file with mode: 0644]
docs/interfaces/libclo.FrameBox.html [new file with mode: 0644]
docs/modules/canva.html [new file with mode: 0644]
docs/modules/index.html [new file with mode: 0644]
docs/modules/libclo.html [new file with mode: 0644]
docs/modules/parser.html [new file with mode: 0644]
docs/types/canva.PDFDocument.html [new file with mode: 0644]
docs/types/canva.TextStreamUnit.html [new file with mode: 0644]
docs/types/parser.tkTree.html [new file with mode: 0644]
docs/variables/index.helpDesc.html [new file with mode: 0644]
docs/variables/libclo.A4_IN_PX.html [new file with mode: 0644]
docs/variables/libclo.cjkvBlocksInRegex.html [new file with mode: 0644]
docs/variables/libclo.cjkvRegexPattern.html [new file with mode: 0644]
docs/variables/libclo.defaultFrameStyle.html [new file with mode: 0644]
docs/variables/libclo.defaultTextStyle.html [new file with mode: 0644]
docs/variables/parser.CONTENT.html [new file with mode: 0644]
docs/variables/parser.IMPORT.html [new file with mode: 0644]
docs/variables/parser.IMPORTEE.html [new file with mode: 0644]
docs/variables/parser.IMPORTS.html [new file with mode: 0644]
docs/variables/parser.NOT_AT.html [new file with mode: 0644]
docs/variables/parser.NOT_AT_TEXT.html [new file with mode: 0644]
docs/variables/parser.PROG.html [new file with mode: 0644]
docs/variables/parser.SEGMENT.html [new file with mode: 0644]
docs/variables/parser.SEMICOLON.html [new file with mode: 0644]
docs/variables/parser.lexer.html [new file with mode: 0644]
docs/variables/parser.outputEnd.html [new file with mode: 0644]
docs/variables/parser.outputHead.html [new file with mode: 0644]
docs/variables/parser.outputMiddle.html [new file with mode: 0644]
package-lock.json
package.json
src/canva.ts
src/index.js
src/index.ts
src/libclo/index.js
src/libclo/index.ts
src/parser.ts
src/pdfManipulate.js
src/pdfManipulate.ts
tests/pdfManipulation.ts
參考資料-Harfbuzz如何使用.py [new file with mode: 0644]