]> git.kianting.info Git - clo/commit - docs/interfaces/libclo.FrameBox.html
update readme
authorTan Kian-ting <chenjt30@gmail.com>
Sat, 25 Nov 2023 14:50:23 +0000 (22:50 +0800)
committerTan Kian-ting <chenjt30@gmail.com>
Sat, 25 Nov 2023 14:50:23 +0000 (22:50 +0800)
commit714bbb4a64531268d17ca8f7ae60800ec2046a27
tree205d3cf76014da6e23b326a491736f2537209ff2
parent99e47c45312eae01a5c05fcaadda22657577c01d
update readme
80 files changed:
.vscode/launch.json
README.md
b.js
docs/assets/navigation.js
docs/assets/search.js
docs/classes/libclo.Clo.html
docs/enums/canva.FontStyle.html [deleted file]
docs/enums/canva.TextWeight.html [deleted file]
docs/enums/libclo.Direction.html
docs/enums/parser.TokenKind.html [deleted file]
docs/functions/canva.fontStyleTofont.html [deleted file]
docs/functions/canva.putText.html [deleted file]
docs/functions/index.processArgv.html
docs/functions/libclo.calculateTextWidthHeight.html
docs/functions/libclo.calculateTextWidthHeightAux.html
docs/functions/libclo.filterEmptyString.html
docs/functions/libclo.hyphenForClo.html
docs/functions/libclo.hyphenTkTree.html
docs/functions/libclo.ptToPx.html
docs/functions/libclo.spacesToBreakpoint.html
docs/functions/libclo.splitCJKV.html
docs/functions/libclo.twoReturnsToNewline.html
docs/functions/parser.applyComment.html [deleted file]
docs/functions/parser.applyContent.html [deleted file]
docs/functions/parser.applyImport.html [deleted file]
docs/functions/parser.applyImports.html [deleted file]
docs/functions/parser.applyNotAtText.html [deleted file]
docs/functions/parser.applyParts.html [deleted file]
docs/functions/parser.applyPartsWithoutImport.html [deleted file]
docs/functions/parser.applySegment.html [deleted file]
docs/functions/parser.applySemiColon.html [deleted file]
docs/functions/parser.applySpaceNL.html [deleted file]
docs/functions/parser.applyText.html [deleted file]
docs/functions/parser.inputTextToTree.html [deleted file]
docs/functions/parser.treeToJS.html [deleted file]
docs/index.html
docs/interfaces/canva.Clo.html [deleted file]
docs/interfaces/canva.CloCommand.html [deleted file]
docs/interfaces/canva.TextStyle.html [deleted file]
docs/interfaces/canva.fontPathPSNamePair.html [deleted file]
docs/interfaces/libclo.Box.html
docs/interfaces/libclo.BreakPoint.html
docs/interfaces/libclo.CharBox.html
docs/interfaces/libclo.FrameBox.html
docs/interfaces/libclo.HGlue.html
docs/modules/canva.html [deleted file]
docs/modules/index.html
docs/modules/libclo.html
docs/modules/parser.html [deleted file]
docs/types/canva.PDFDocument.html [deleted file]
docs/types/canva.TextStreamUnit.html [deleted file]
docs/types/libclo.BoxesItem.html
docs/types/parser.tkTree.html [deleted file]
docs/variables/index.helpDesc.html
docs/variables/libclo.A4_IN_PX.html
docs/variables/libclo.cjkvBlocksInRegex.html
docs/variables/libclo.cjkvRegexPattern.html
docs/variables/libclo.defaultFrameStyle.html
docs/variables/libclo.defaultTextStyle.html
docs/variables/parser.CONTENT.html [deleted file]
docs/variables/parser.IMPORT.html [deleted file]
docs/variables/parser.IMPORTEE.html [deleted file]
docs/variables/parser.IMPORTS.html [deleted file]
docs/variables/parser.NOT_AT.html [deleted file]
docs/variables/parser.NOT_AT_TEXT.html [deleted file]
docs/variables/parser.PROG.html [deleted file]
docs/variables/parser.SEGMENT.html [deleted file]
docs/variables/parser.SEMICOLON.html [deleted file]
docs/variables/parser.lexer.html [deleted file]
docs/variables/parser.outputEnd.html [deleted file]
docs/variables/parser.outputHead.html [deleted file]
docs/variables/parser.outputMiddle.html [deleted file]
output.pdf
package-lock.json
package.json
src/libclo/breakLines.js
src/libclo/breakLines.ts
src/libclo/index.js
src/libclo/index.ts
src/parser.ts