Пример #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));
 }
Пример #2
0
 internal Class827[] method_52(EmbeddedFontFormat A_0)
 {
     if (this.class815_0 != null)
     {
         return(this.class815_0.method_2(A_0));
     }
     return(null);
 }
Пример #3
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);
 }
Пример #4
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;
    }
Пример #5
0
 internal Class827 method_4(EmbeddedFontFormat A_0, EmbeddedFontStyle A_1)
 {
     return(this.class827_0[(int)A_0][(int)A_1]);
 }
Пример #6
0
 internal Class827[] method_2(EmbeddedFontFormat A_0)
 {
     return(this.class827_0[(int)A_0]);
 }