From ed010b24ab85e26fd971d0546b38ef603bd5f08b Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 2 Jul 2026 13:31:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AD=97=E4=BD=93=E5=8C=B9=E9=85=8D):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E4=BD=93=E5=8C=B9=E9=85=8D=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ofdgo_font_match.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ofdgo_font_match.go b/ofdgo_font_match.go index 33022e9..3147d41 100644 --- a/ofdgo_font_match.go +++ b/ofdgo_font_match.go @@ -77,6 +77,12 @@ var fontMatchRules = []fontMatchRule{ Files: []string{"arial.ttf", "arial*.ttf"}, System: "Arial", }, + { + Keys: []string{"helvetica"}, + Names: []string{"Helvetica", "Arial"}, + Files: []string{"arial.ttf", "arial*.ttf"}, + System: "Arial", + }, { Keys: []string{"couriernew", "courier"}, Names: []string{"Courier New", "CourierNew", "Courier"},