Ejemplo n.º 1
0
        /// <summary>
        ///     Initializes the <see cref="PixelFonts" /> class.
        /// </summary>
        static PixelFonts()
        {
            FontCollection.AddFontFromResource(Resources.F6px2bus);
            FontCollection.AddFontFromResource(Resources.F04B03);
            FontCollection.AddFontFromResource(Resources.F04B08);

            TitleFamily    = FontCollection.Families[1];
            SmallFamily    = FontCollection.Families[0];
            CapitalsFamily = FontCollection.Families[2];
        }