TLCS.Graphic 1.1.8

dotnet add package TLCS.Graphic --version 1.1.8
                    
NuGet\Install-Package TLCS.Graphic -Version 1.1.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TLCS.Graphic" Version="1.1.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TLCS.Graphic" Version="1.1.8" />
                    
Directory.Packages.props
<PackageReference Include="TLCS.Graphic" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TLCS.Graphic --version 1.1.8
                    
#r "nuget: TLCS.Graphic, 1.1.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TLCS.Graphic@1.1.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TLCS.Graphic&version=1.1.8
                    
Install as a Cake Addin
#tool nuget:?package=TLCS.Graphic&version=1.1.8
                    
Install as a Cake Tool

Package Description

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TLCS.Graphic:

Package Downloads
TLCS.ProcessDebug

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.8 97 4/30/2026
1.1.4 120 3/10/2026
1.1.3 113 3/9/2026
1.1.2 226 12/5/2025
1.1.1 214 11/26/2025
1.1.0 441 11/19/2025
1.0.1 591 7/22/2025

20260309 V1.1.3:修改字符轮廓生成方式,增加轮廓扩缩属性
20260310 V1.1.4:完善文本对象的包装盒逻辑
20260425 V1.1.5:修改文本内容为右侧对齐;文本增加扫描输入属性
20260426 V1.1.6:presenter增加更新文本内容方法
20260426 V1.1.7:presenter导出1bit png方法更新:增加polyline类型导出
20260426 V1.1.8:presenter导出1bit png方法更新:不再判断polyline和spline是否闭合