Ejemplo n.º 1
0
 internal void method_56(byte[] A_0, EmbeddedFontFormat A_1, EmbeddedFontStyle A_2, bool A_3)
 {
     if (this.class815_0 == null)
     {
         this.class815_0 = new Class815();
     }
     this.class815_0.method_5(new Class827(A_0, A_1, A_2, A_3));
 }
Ejemplo n.º 2
0
 internal byte[] method_54(EmbeddedFontFormat A_0, EmbeddedFontStyle A_1)
 {
     if (this.class815_0 != null)
     {
         Class827 class2 = this.class815_0.method_4(A_0, A_1);
         if (class2 != null)
         {
             return(class2.method_0());
         }
     }
     return(null);
 }
Ejemplo n.º 3
0
    internal Class827(byte[] A_0, EmbeddedFontFormat A_1, EmbeddedFontStyle A_2, bool A_3)
    {
        int num = 7;

        if (A_0 == null)
        {
            throw new ArgumentNullException(BookmarkStart.b("䬬䀮弰䜲焴嘶䴸娺", num));
        }
        this.byte_0 = A_0;
        this.embeddedFontFormat_0 = A_1;
        this.embeddedFontStyle_0  = A_2;
        this.bool_0 = A_3;
    }
Ejemplo n.º 4
0
 internal Class827 method_55(EmbeddedFontStyle A_0)
 {
     if (this.class815_0 != null)
     {
         Class827 class2 = this.class815_0.method_4(EmbeddedFontFormat.OpenType, A_0);
         if ((class2 != null) && (class2.method_0() != null))
         {
             return(class2);
         }
         class2 = this.class815_0.method_4(EmbeddedFontFormat.EmbeddedOpenType, A_0);
         if ((class2 != null) && (class2.method_0() != null))
         {
             return(class2);
         }
     }
     return(null);
 }
Ejemplo n.º 5
0
 private static void smethod_2(Class52 A_0, BinaryReader A_1, int A_2, BinaryReader A_3)
 {
     if (A_2 != 0)
     {
         A_1.ReadInt16();
         int num5 = A_1.ReadInt16();
         A_1.ReadInt32();
         A_1.ReadInt16();
         for (int i = 0; i < num5; i++)
         {
             int num  = A_1.ReadInt32();
             int num2 = A_1.ReadInt16();
             EmbeddedFontStyle style = ((EmbeddedFontStyle)A_1.ReadInt16()) & EmbeddedFontStyle.BoldItalic;
             bool flag = A_1.ReadUInt32() != uint.MaxValue;
             A_3.BaseStream.Position = num;
             int count = A_3.ReadInt32();
             A_3.BaseStream.Position = num;
             A_0.method_6(num2).method_56(A_3.ReadBytes(count), EmbeddedFontFormat.EmbeddedOpenType, style, flag);
         }
     }
 }
Ejemplo n.º 6
0
 internal Class827 method_4(EmbeddedFontFormat A_0, EmbeddedFontStyle A_1)
 {
     return(this.class827_0[(int)A_0][(int)A_1]);
 }