commit - 90b9b68968799799b3bc17b7a4a22e34bd993133
commit + aded37ad86d0f32120068643147415c158458857
blob - d9c74e2ea62cfd2e7e981ed8cd75b39c464a473a
blob + 17787b8e05991c59a17705620cb85583734743e5
--- pdf.c
+++ pdf.c
};
struct textarray tarray; /* text contained in an array object */
};
- const HParsedToken *obj;
} TextEntry; // text object entries
txte->type = TS_Tc;
- txte->obj = NULL;
assert(tval->token_type == TT_DOUBLE);
txte->value = tval->dbl;
txte->type = TS_Tw;
- txte->obj = NULL;
txte->value = H_FIELD_DOUBLE(0);
// associate the text with the current state
txte->type = TS_Tz;
- txte->obj = NULL;
txte->value = H_FIELD_DOUBLE(0);
// associate the text with the current state
txte->type = TS_TL;
- txte->obj = NULL;
txte->value = H_FIELD_DOUBLE(0);
// associate the text with the current state
const HParsedToken *fn_token = H_FIELD_TOKEN(0);
txte->type = TS_Tf;
- txte->obj = NULL;
txte->fref.fontname = fn_token->bytes.token;
txte->fref.namelen = fn_token->bytes.len;
txte->type = TS_Tr;
- txte->obj = NULL;
txte->mode = H_FIELD_UINT(0);
// associate the text with the current state
txte->type = TS_Ts;
- txte->obj = NULL;
txte->value = H_FIELD_DOUBLE(0);
// associate the text with the current state
txte->type = TP_Td;
- txte->obj = NULL;
txte->pos.tx = H_FIELD_DOUBLE(0);
txte->pos.ty = H_FIELD_DOUBLE(1);
txte->type = TP_TD;
- txte->obj = NULL;
txte->pos.tx = H_FIELD_DOUBLE(0);
txte->pos.ty = H_FIELD_DOUBLE(1);
txte->type = TP_Tm;
- txte->obj = NULL;
assert((p->ast->token_type == TT_SEQUENCE) &&
(p->ast->seq->elements[0]->token_type == TT_SEQUENCE) &&
struct Env *aux = (struct Env*)u;
txte->type = TP_Tstar;
- txte->obj = NULL;
txte->value = 0;
// associate the text with the current state
txte->type = TW_Tj;
- txte->obj = NULL;
txte->tstr.text = (uint8_t *)tstr->bytes.token;
txte->tstr.nchars = tstr->bytes.len;
txte->type = TW_Tq;
- txte->obj = NULL;
txte->tstr.text = (uint8_t *)tstr->bytes.token;
txte->tstr.nchars = tstr->bytes.len;
txte->type = TW_Tqq;
- txte->obj = NULL;
txte->aw = aw->dbl;
txte->ac = ac->dbl;
txte->type = TW_TJ;
- txte->obj = NULL;
// associate the text wth the current font
node->ts.curr_pos.ty = *py;
txtobj->type = TW_Tj;
- txtobj->obj = opstream;
txtobj->tstr.text = tstr;
txtobj->tstr.nchars = textlen;
if (textlen)