rosylilly / hpdf

a libharu binding for golang
MIT License
7 stars 3 forks source link

[WIP] Added BeginText, EndText, and TextOut #5

Closed Ortuna closed 9 years ago

Ortuna commented 9 years ago

Still adding a few calls that I need for a personal project. What else will I need to do to get the final PR merged?

rosylilly commented 9 years ago

Please write tests and add C.free(unsafe.Pointer(cString))

Ortuna commented 9 years ago

@rosylilly Could I bother you to check if I'm heading in the right direction?

rosylilly commented 9 years ago

LGTM

Ortuna commented 9 years ago

@rosylilly I think I've added what I needed for now (will send additional PRs when I get more time). This PR should fix #6. This PR is ready for review.