public static bool PrintTrueFontLibWithAlign(int nXPos, int nYPos, string strFontName, int nFontSize, int nRotaion, bool bItalic, bool bBold, bool bUnderline, string strText, int nReserved, int nAlignment, bool bDataCompression)
 {
     if (Is64Bit())
     {
         return(BXLLApi_x64.PrintTrueFontLibWithAlign(nXPos, nYPos, strFontName, nFontSize, nRotaion, bItalic, bBold, bUnderline, strText, nReserved, nAlignment, bDataCompression));
     }
     else
     {
         return(BXLLApi_x86.PrintTrueFontLibWithAlign(nXPos, nYPos, strFontName, nFontSize, nRotaion, bItalic, bBold, bUnderline, strText, nReserved, nAlignment, bDataCompression));
     }
 }