mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
trying to remove unused glyphs from mainBuffer since they got merged in emojiBuffer.
This commit is contained in:
@@ -193,12 +193,12 @@ func drawText(paragraphs []string, width, height int) image.Image {
|
||||
for _, line := range lines {
|
||||
for _, out := range line {
|
||||
charsWritten, _ := drawShapedRunAt(
|
||||
img,
|
||||
FONT_SIZE,
|
||||
color,
|
||||
out,
|
||||
emojiMask,
|
||||
totalCharsWritten,
|
||||
img,
|
||||
0,
|
||||
FONT_SIZE*lineNumber*12/10,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user