From 30425af13eb7393593410b8e3cd341af583d1d70 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Tue, 13 May 2025 19:48:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97?= =?UTF-8?q?=E8=BD=AC=E5=9B=BE=E7=89=87=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NotoEmoji-VariableFont_wght.svg | 0 .../fusion-pixel-12px-monospaced.ttf | Bin {font2img => text2img}/parse_font.go | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {font2img => text2img}/NotoEmoji-VariableFont_wght.svg (100%) rename {font2img => text2img}/fusion-pixel-12px-monospaced.ttf (100%) rename {font2img => text2img}/parse_font.go (99%) diff --git a/font2img/NotoEmoji-VariableFont_wght.svg b/text2img/NotoEmoji-VariableFont_wght.svg similarity index 100% rename from font2img/NotoEmoji-VariableFont_wght.svg rename to text2img/NotoEmoji-VariableFont_wght.svg diff --git a/font2img/fusion-pixel-12px-monospaced.ttf b/text2img/fusion-pixel-12px-monospaced.ttf similarity index 100% rename from font2img/fusion-pixel-12px-monospaced.ttf rename to text2img/fusion-pixel-12px-monospaced.ttf diff --git a/font2img/parse_font.go b/text2img/parse_font.go similarity index 99% rename from font2img/parse_font.go rename to text2img/parse_font.go index d6efba2..f514252 100644 --- a/font2img/parse_font.go +++ b/text2img/parse_font.go @@ -1,4 +1,4 @@ -package font2img +package text2img import ( "bytes"