Example #1
0
        public static void AddFontCharRemapper(string filename, CharRemapDelegate charRemapDelegate)
        {
            string key = ShxFile.smethod_4(filename);

            lock (ShxFile.dictionary_2)
                ShxFile.dictionary_2.Add(key, charRemapDelegate);
        }
Example #2
0
 internal Class2(
     BinaryReader r,
     Encoding encoding,
     CharRemapDelegate charRemapper,
     ShxFile shxfile)
 {
     this.binaryReader_0      = r;
     this.encoding_0          = encoding;
     this.charRemapDelegate_0 = charRemapper;
     this.shxFile_0           = shxfile;
     this.memoryStream_0      = new MemoryStream();
 }