Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-15 | fixed warnings gocritic 3.3 (#192) | Veselkov Konstantin | |
2018-03-23 | font: make sure error on close or write are detected | Sebastien Binet | |
2017-02-11 | Accept interfaces where appropriate. (#103) | dchapes | |
* Accept interfaces where appropriate. `Fpdf.RawWriteBuf` only needs an `io.Reader`, it doesn't have to be a `bytes.Buffer`. The only reason I can see not to do this is to avoid the interface "boxing" if the caller is actually using a `bytes.Buffer`; however, since eventually this gets into `binary.Read` which takes an `io.Reader` the boxing will happen anyway (and possibly repeatedly if `readByte` gets called a number of times; I didn't bother to check). * Also use interface for segmentRead * Use read-only bytes.Reader instead of bytes.Buffer where appropriate. | |||
2015-08-22 | Clarify restrictions on OpenType fonts, namely that they must be derived ↵ | Kurt Jung | |
from TrueType outlines, not PostScript | |||
2015-07-23 | Add a sample Type1 font and metric file pair for testing purposes | Kurt Jung | |
2013-11-15 | Brush some lint off using github.com/golang/lint. This includes one breaking ↵ | Kurt Jung | |
change: WriteLinkID instead of WriteLinkId. | |||
2013-08-02 | Initial commit into mercurial | Kurt Jung | |