FreeSpire.PDF by Administrator

<PackageReference Include="FreeSpire.PDF" Version="2.9.37" />

.NET API 10,293,248 bytes

 PDFFontDescriptor

public class PDFFontDescriptor
public const int ALLCAP = 65536

public const int FIXED_PITCH = 1

public const int FORCEBOLD = 262144

public const int ITALIC = 64

public const int NONSYMBOLIC = 32

public const int SCRIPT = 8

public const int SERIF = 2

public const int SMALLCAP = 131072

public const int SYMBOLIC = 4

public int Ascent { get; set; }

public int AvgWidth { get; set; }

public int CapHeight { get; set; }

public int Descent { get; set; }

public int Flags { get; set; }

public RectangleF FontBBox { get; set; }

public string FontFamily { get; set; }

public string FontName { get; set; }

public string FontStretch { get; set; }

public int FontWeight { get; set; }

public int ItalicAngle { get; set; }

public int Leading { get; set; }

public int MaxWidth { get; set; }

public int MissingWidth { get; set; }

public int StemH { get; set; }

public int StemV { get; set; }

public int XHeight { get; set; }

public PDFFontDescriptor(string basefont)