Ejemplo n.º 1
0
        public Font(string name)
        {
            bool flag  = Path.GetDirectoryName(name) == string.Empty;
            bool flag2 = flag;

            if (flag2)
            {
                Font.Internal_CreateFont(this, name);
            }
            else
            {
                Font.Internal_CreateFontFromPath(this, name);
            }
        }