~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to src/extension/internal/pdfinput/svg-builder.h

Tags: upstream-0.48.0
ImportĀ upstreamĀ versionĀ 0.48.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include <2geom/point.h>
30
30
#include <2geom/matrix.h>
31
 
#include <glibmm/ustring.h>
32
31
 
33
32
#include "CharTypes.h"
34
33
class GooString;
76
75
struct SvgGlyph {
77
76
    Geom::Point position;    // Absolute glyph coords
78
77
    Geom::Point text_position; // Absolute glyph coords in text space
79
 
    double dx;  // X advance value
80
 
    double dy;  // Y advance value
 
78
    double dx, dy;  // Advance values
81
79
    double rise;    // Text rise parameter
82
 
    Glib::ustring code;   // UTF-8 coded character
 
80
    char code[8];   // UTF-8 coded character
 
81
    int code_size;
83
82
    bool is_space;
84
83
 
85
84
    bool style_changed;  // Set to true if style has to be reset