diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-02-26 19:01:40 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-02-26 19:01:40 +0000 |
| commit | a0e8125832c0d7c25915b1bbd5dfe555f6490f21 (patch) | |
| tree | 647f3179e05f427d8c81865278e2fa3c088f822a /src/attributes.h | |
| parent | added extensions for importing various Corel DRAW file formats and CGM files ... (diff) | |
| download | inkscape-a0e8125832c0d7c25915b1bbd5dfe555f6490f21.tar.gz inkscape-a0e8125832c0d7c25915b1bbd5dfe555f6490f21.zip | |
more SVGFonts boilerplate code
(bzr r4867)
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 89b3f4d04..2817685a9 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -307,6 +307,15 @@ enum SPAttributeEnum { SP_ATTR_ADDITIVE, SP_ATTR_ACCUMULATE, + /* SVGFonts */ + /* SPFont */ + SP_ATTR_HORIZ_ORIGIN_X, + SP_ATTR_HORIZ_ORIGIN_Y, + SP_ATTR_HORIZ_ADV_X, + SP_ATTR_VERT_ORIGIN_X, + SP_ATTR_VERT_ORIGIN_Y, + SP_ATTR_VERT_ADV_Y, + /* XML */ SP_ATTR_XML_SPACE, |
