document-builder
document-builder copied to clipboard
Embedded fonts in Word Documents
The addEmbeddedFont closure needs to be defined in the WordDocumentBuilder so that the fonts files are actually embedded within the Word Document.
def addEmbeddedFont = { EmbeddedFont embeddedFont ->
// Do Something
}