Open MichaelPaulukonis opened 4 years ago
Related to this:
if (params.fixedWidth) {
layer.textAlign(layer.CENTER, layer.CENTER)
} else {
layer.textAlign(layer.LEFT, layer.BOTTOM)
}
IIRC, the "original" ONLY had a single, fixed-width font (no options).
Something about how I implement fixed-width requires different alignment, and thus it reads the x,y
differently.
The color-rendering seems waaaaaay off from the original.
Original style can be achieved with fixed-width text.
??????