瀏覽代碼

ComPDFKit.Tool(pdftech) - FreeText创建修改

liyuxuan 8 月之前
父節點
當前提交
bc7e3fe500
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.Annot.cs

+ 1 - 1
Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.Annot.cs

@@ -675,7 +675,7 @@ namespace ComPDFKit.Tool
 
                     string fontName = string.Empty;
                     string fontFamily = string.Empty;
-                    CPDFFont.GetFamlyStyleName(textWidget.FreeTextDa.FontName, ref fontFamily, ref fontName);
+                    CPDFFont.GetFamilyStyleName(textWidget.FreeTextDa.FontName, ref fontFamily, ref fontName);
                     textui.FontFamily = new FontFamily(fontFamily);
 
                     textui.AcceptsReturn = true;