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);
    }