What is the recommended way to change the position where the bitmap is drawn on the canvas using draw2canvas()? I noticed that x and y are hardcoded to start at 0 in the function definition (below) and using context.moveTo() does not seem to have any effect.
https://github.com/tomchen/bdfparser-js/blob/71a4ee35ddabe2dd6d2a060e03004e285e43e9c4/src/bdfparser.ts#L1796-L1829
What is the recommended way to change the position where the bitmap is drawn on the canvas using
draw2canvas()? I noticed thatxandyare hardcoded to start at0in the function definition (below) and usingcontext.moveTo()does not seem to have any effect.https://github.com/tomchen/bdfparser-js/blob/71a4ee35ddabe2dd6d2a060e03004e285e43e9c4/src/bdfparser.ts#L1796-L1829