30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-05-31 21:30:47 +00:00
This commit is contained in:
nicolaasuni 2011-07-07 15:16:36 +02:00
parent fdc3f42c4e
commit 2dccb9c03f

View File

@ -8645,6 +8645,7 @@ class TCPDF {
* Replace right shift page number aliases with spaces to correct right alignment.
* This works perfectly only when using monospaced fonts.
* @param $page (string) Page content.
* @param $aliases (array) Array of page aliases.
* @param $diff (int) initial difference to add.
* @return replaced page content.
* @protected