Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Multi-segment path drawing with context-aware joins. Contributed by
stanim.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- MoveTo
- LineTo
- CurveTo
- CurveBezierCubicTo
- ClosePath
- DrawPath
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
argument names.
|
|
web server. Resolves issue 29.
|
|
|
|
|
|
|
|
|
|
visibility of which can be controlled from the document reader.
|
|
|
|
|
|
|
|
Only if a non-core font or non-default code page is used does an actual font directory need to be specified when creating an Fpdf instance.
|
|
The math for the limit used to be done in floats, but round-off
error sometimes resulted in a string being wrapped at a width
that had previously been returned by GetStringWidth() for that
same string. (I got this with the string "$53,013" in Arial
12 point.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|