$MiPDF->SetFont('NewsGotT', '', 10); $MiPDF->Cell(130, 8, $fecha_act, 0, 1, 'L'); $MiPDF->SetFont('NewsGotT', 'B', 10); $MiPDF->Cell(30, 8, 'Horario: ', 0, 0, 'L'); $MiPDF->SetFont('NewsGotT', '', 10); $MiPDF->Cell(130, 8, $horario_act, 0, 1, 'L'); $MiPDF->SetFont('NewsGotT', 'B', 10); $MiPDF->Cell(30, 8, 'Actividad: ', 0, 0, 'L'); $MiPDF->SetFont('NewsGotT', '', 10); $MiPDF->Cell(130, 8, $actividad, 0, 1, 'L'); $MiPDF->SetFont('NewsGotT', 'B', 10); $MiPDF->Cell(30, 8, 'Descripción: ', 0, 0, 'L'); $MiPDF->SetFont('NewsGotT', '', 10); $MiPDF->SetY($MiPDF->GetY() + 1); $MiPDF->SetX($MiPDF->GetX() + 30); $MiPDF->MultiCell(130, 8, $descripcion, 0, 'L', 0); $MiPDF->SetFont('NewsGotT', 'B', 10); $MiPDF->Cell(30, 8, 'Observaciones: ', 0, 0, 'L'); $MiPDF->SetFont('NewsGotT', '', 10); $MiPDF->SetY($MiPDF->GetY() + 1); $MiPDF->SetX($MiPDF->GetX() + 30); $MiPDF->MultiCell(130, 8, $observaciones, 0, 'L', 0); $MiPDF->SetFont('NewsGotT', 'B', 10); $MiPDF->Cell(30, 8, 'Profesor/es: ', 0, 0, 'L'); $MiPDF->SetFont('NewsGotT', '', 10); $MiPDF->SetY($MiPDF->GetY() + 1.5); $MiPDF->SetX($MiPDF->GetX() + 30); $MiPDF->MultiCell(130, 5, $profesor, 0, 'L', 0); $MiPDF->Ln(5); // EJEMPLAR PARA EL PROFESOR $txt_acuse = "D./Dña. {$alumno['2']} con D.N.I {$alumno['8']}, como representante legal de {$alumno['0']} {$alumno['1']}, alumno/a de la unidad {$alumno['9']}, autoriza a su hijo/a a participar en la actividad {$actividad} con referencia Act/" . $id . ".";