diff options
Diffstat (limited to 'pl')
-rw-r--r-- | pl/plchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/plchar.c b/pl/plchar.c index 5497219d2..fb3f4805b 100644 --- a/pl/plchar.c +++ b/pl/plchar.c @@ -916,7 +916,7 @@ pl_tt_char_metrics(const pl_font_t *plfont, const void *pgs, uint char_code, flo return gs_type42_get_metrics((gs_font_type42 *)plfont->pfont, glyph, metrics); } - + /* Get character existence and escapement for a TrueType font. */ private int pl_tt_char_width(const pl_font_t *plfont, const void *pgs, uint char_code, gs_point *pwidth) |