Esempio n. 1
0
        } //FontSizeToHtml

        /// <summary>
        /// Determines the font size given the html font size
        /// </summary>
        public static float FontSizeFromHtml(HtmlFontSize fontSize)
        {
            return(HtmlFontConversion.FontSizeFromHtml((int)fontSize));
        } //FontSizeFromHtml