Add todo to Extract
This commit is contained in:
parent
3810d2fcc0
commit
c2ebe7f526
@ -32,6 +32,7 @@ class ExtractText {
|
||||
if(spacing > 0) {
|
||||
throw Error("Not implemented !")
|
||||
}
|
||||
// TODO use glyph font character
|
||||
partial += glyph.unicode;
|
||||
const width = glyph.width;
|
||||
// const widthAdvanceScale = font.size * line.fontMatrix[0];
|
||||
|
Loading…
Reference in New Issue
Block a user