Exemplo n.º 1
0
        /*
         *            CONSTRUCTORS
         */
        public FManager()
        {
            // storage
            this.gerrPool = new GErrPool();
            this.gStore   = new GStore();
            this.grel     = new GRelations();

            this.indGM        = new ArrayList();
            this.pathCompBind = new ArrayList();
            // font information
            this.fwNumGlyph = GConsts.IND_UNINITIALIZED;

            // interfaces
            this.i_IOGlyphs = null;

            // flags - which tests shoud be performed
            this.f_performGV = new FlagsGV();
            this.f_performGC = new Flags(typeof(DefsGM.TypeGM));
            this.FlagsSetDefault();

            // glyph as fm holder
            // Glyph glyph=new Glyph(GConsts.IND_UNDEFINED,this);
        }
Exemplo n.º 2
0
        /*
         *            CONSTRUCTORS
         */
        public FManager()
        {
            // storage
            this.gerrPool=new GErrPool();
            this.gStore=new GStore();
            this.grel=new GRelations();

            this.indGM=new ArrayList();
            this.pathCompBind=new ArrayList();
            // font information
            this.fwNumGlyph=GConsts.IND_UNINITIALIZED;
    
            // interfaces
            this.i_IOGlyphs=null;
            
            // flags - which tests should be performed
            this.f_performGV=new FlagsGV();
            this.f_performGC=new Flags(typeof(DefsGM.TypeGM));
            this.FlagsSetDefault();

            // glyph as fm holder
            // Glyph glyph=new Glyph(GConsts.IND_UNDEFINED,this);
        }