TCPDF_STATIC::getHyphenPatternsFromTEX( $file )
Returns an array of hyphenation patterns.
Description Description
Parameters Parameters
- $file
-
(Required) (string) TEX file containing hypenation patterns. TEX pattrns can be downloaded from <a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/">http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/</a>
Return Return
(array) of hyphenation patterns
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
4.9.012 | Introduced. |