summaryrefslogtreecommitdiff
path: root/util.go
AgeCommit message (Expand)Author
2019-09-25Use strings.Replace instead of strings.ReplaceAll for older library supportKurt
2019-09-25Merge from v2: Escape spaces in font family string to comply with PDF standardKurt
2019-08-21fix split line bughyzgh
2019-05-07Add command line goreportcard check; address ineffectual assignments called o...Kurt
2019-05-06Added copyrights. And "right to left" languages support.DarkFreedman
2019-04-19Added full support for UTF-8 font. With MIT license.DarkFreedman
2018-12-11Fix comments according to best practices by effective go (#217)CodeLingo Bot
2018-09-15fixed warnings gocritic 3.3 (#192)Veselkov Konstantin
2018-07-24gofpdf: add support for Go modules (#185)Sebastien Binet
2017-08-18Return 'do nothing' function for Unicode translator rather than nil if docume...Kurt
2017-02-11Accept interfaces where appropriate. (#103)dchapes
2016-07-30Fix some typos and other goreportcard violationsKurt
2015-08-04Templating fixesMarcus Downing
2015-07-07Convert sequential examples to ones that are bound to gofpdf methods.Kurt Jung
2015-07-04fix typo in documentation stringStani
2015-06-27Add SetDashPattern() methodClaudio Felber
2014-08-22Embed core font definition files and the 1252 code page in the application. O...Kurt Jung
2014-04-14Call String() on buffer than casting Bytes() to string.Kurt Jung
2014-04-12UTF-8 rune to code page byte translator so that some UTF-8 text can be conver...Kurt Jung
2014-04-12Ivan Daniluk's patch to compress images more quickly.Kurt Jung
2014-04-12Added possibility to register images via custom Reader.Ivan Daniluk
2013-11-15Brush some lint off using github.com/golang/lint. This includes one breaking ...Kurt Jung
2013-08-28Placed tests in separate package. This keeps tests from having privileged acc...Kurt Jung
2013-08-25Removed debugging code, specifically the dump function that uses the spew pac...Kurt Jung
2013-08-24Documentation tweaksKurt Jung
2013-08-23Added clipping support adapted from script by Andreas WürmserKurt Jung
2013-08-08Corrected tag matching bugKurt Jung
2013-08-02Initial commit into mercurialKurt Jung