libhpdftbl 1.5.0
Table construction library for Haru PDF library
|
Create a grid on a document for positioning. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <hpdf.h>
Functions | |
void | hpdftbl_stroke_grid (HPDF_Doc pdf, HPDF_Page page) |
Create a grid on a document for positioning.
void hpdftbl_stroke_grid | ( | HPDF_Doc | pdf, |
HPDF_Page | page | ||
) |
Stroke a point grid on specified page to make it easier to position text and tables.
Document handle | |
page | Page handle |
Referenced by setup_hpdf().