I want to use LiteCAD with C# to handle fonts and images.
Do I need to purchase a license?
Is it possible to use a specific font that I want?
Can images imported into LiteCAD be converted into forms such as points or lines?
Answer by
Swati Dubey
LiteCAD allows you to use custom fonts by specifying the desired font through its API or settings. You can define the font you wish to use within your C# application when working with LiteCAD.
Typically, using LiteCAD requires a license, especially for commercial use. It would be best to consult their official website or contact their sales team for specific licensing requirements and details.
Images imported into LiteCAD can be manipulated using the software's features. While LiteCAD itself does not automatically convert images into vector forms like points or lines, you can manually trace or use vectorization tools, if available, to achieve such conversions within the software or using complementary tools.
I want to use LiteCAD with C# to handle fonts and images.
Do I need to purchase a license?
Is it possible to use a specific font that I want?
Can images imported into LiteCAD be converted into forms such as points or lines?