‘font’ (A specific size and style of font type within a type family. Example ‘Times New Roman’, ‘Arial’,…)
Examples
Example 1
require_once('../classes/cCreateDocx.inc');
$objDocx = new cCreateDocx();
$objDocx->fAddLink('Enlace a Google', 'http://www.google.es');
$objDocx->fCreateDocx('ejemplo_enlace');
Your comments