]> git.kianting.info Git - clo/commit - docs/functions/parser.applyNotAtText.html
fix the algorithms, and try to add a bigframe initially.
authorTan Kian-ting <chenjt30@gmail.com>
Mon, 13 Nov 2023 15:45:02 +0000 (23:45 +0800)
committerTan Kian-ting <chenjt30@gmail.com>
Mon, 13 Nov 2023 15:45:02 +0000 (23:45 +0800)
commitf12842e5a4ef531e38024e16f91b21c99ce1de92
tree5c51fc4f46c1dd84d1c8736e0db5c389b7afc6cd
parenta4f79a3761539f45ac7d86fe919bdc32cf290db0
fix the algorithms, and try to add a bigframe initially.
82 files changed:
README.md
b.clo
docs/assets/navigation.js
docs/assets/search.js
docs/classes/libclo.Clo.html
docs/classes/libclo_breakLines.BreakLineAlgorithm.html [new file with mode: 0644]
docs/enums/canva.FontStyle.html [new file with mode: 0644]
docs/enums/canva.TextStyle.html [deleted file]
docs/enums/canva.TextWeight.html
docs/enums/libclo.Direction.html
docs/enums/parser.TokenKind.html
docs/functions/canva.fontStyleTofont.html
docs/functions/canva.putText.html
docs/functions/harfbuzz.harfbuzzTest.html [new file with mode: 0644]
docs/functions/index.processArgv.html
docs/functions/libclo.calculateTextWidthHeight.html [new file with mode: 0644]
docs/functions/libclo.calculateTextWidthHeightAux.html [new file with mode: 0644]
docs/functions/libclo.filterEmptyString.html [new file with mode: 0644]
docs/functions/libclo.hyphenForClo.html
docs/functions/libclo.hyphenTkTree.html
docs/functions/libclo.ptToPx.html
docs/functions/libclo.spacesToBreakpoint.html [new file with mode: 0644]
docs/functions/libclo.splitCJKV.html
docs/functions/libclo.twoReturnsToNewline.html
docs/functions/parser.applyComment.html
docs/functions/parser.applyContent.html
docs/functions/parser.applyImport.html
docs/functions/parser.applyImports.html
docs/functions/parser.applyNotAtText.html
docs/functions/parser.applyParts.html
docs/functions/parser.applyPartsWithoutImport.html
docs/functions/parser.applySegment.html
docs/functions/parser.applySemiColon.html
docs/functions/parser.applySpaceNL.html
docs/functions/parser.applyText.html
docs/functions/parser.inputTextToTree.html
docs/functions/parser.treeToJS.html
docs/index.html
docs/interfaces/canva.Clo.html
docs/interfaces/canva.CloCommand.html
docs/interfaces/canva.FontStyle.html [deleted file]
docs/interfaces/canva.TextStyle.html [new file with mode: 0644]
docs/interfaces/canva.fontPathPSNamePair.html
docs/interfaces/libclo.Box.html
docs/interfaces/libclo.BreakPoint.html [new file with mode: 0644]
docs/interfaces/libclo.CharBox.html [new file with mode: 0644]
docs/interfaces/libclo.FrameBox.html
docs/interfaces/libclo.HGlue.html [new file with mode: 0644]
docs/modules/canva.html
docs/modules/harfbuzz.html [new file with mode: 0644]
docs/modules/index.html
docs/modules/libclo.html
docs/modules/libclo_breakLines.html [new file with mode: 0644]
docs/modules/parser.html
docs/modules/pdfManipulate.html [new file with mode: 0644]
docs/types/canva.PDFDocument.html
docs/types/canva.TextStreamUnit.html
docs/types/libclo.BoxesItem.html [new file with mode: 0644]
docs/types/parser.tkTree.html
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
docs/variables/parser.IMPORT.html
docs/variables/parser.IMPORTEE.html
docs/variables/parser.IMPORTS.html
docs/variables/parser.NOT_AT.html
docs/variables/parser.NOT_AT_TEXT.html
docs/variables/parser.PROG.html
docs/variables/parser.SEGMENT.html
docs/variables/parser.SEMICOLON.html
docs/variables/parser.lexer.html
docs/variables/parser.outputEnd.html
docs/variables/parser.outputHead.html
docs/variables/parser.outputMiddle.html
src/libclo/breakLines.js
src/libclo/breakLines.ts
src/libclo/index.js
src/libclo/index.ts