PdfSharp.Fonts.TrueType.TrueTypeDescriptor.DesignUnitsToPdf C# (CSharp) Méthode

DesignUnitsToPdf() private méthode

private DesignUnitsToPdf ( double value ) : int
value double
Résultat int
    internal int DesignUnitsToPdf(double value)
    {
      return (int)Math.Round(value * 1000.0 / this.fontData.head.unitsPerEm);
    }