vendor: import KillerPDF 1.7.5 source (GPL-3.0) as the base for MMD PDF
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace PdfSharpCore.Drawing.Layout
|
||||
{
|
||||
internal class FormatterEnvironment
|
||||
{
|
||||
public XFont Font { get; set; }
|
||||
public XBrush Brush { get; set; }
|
||||
|
||||
public double LineSpace { get; set; }
|
||||
public double CyAscent { get; set; }
|
||||
public double CyDescent { get; set; }
|
||||
public double SpaceWidth { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user