PdfSharp.Fonts.TrueType.TrueTypeDescriptor.DesignUnitsToPdf C# (CSharp) Метод

DesignUnitsToPdf() приватный Метод

private DesignUnitsToPdf ( double value ) : int
value double
Результат int
    internal int DesignUnitsToPdf(double value)
    {
      return (int)Math.Round(value * 1000.0 / this.fontData.head.unitsPerEm);
    }