summaryrefslogtreecommitdiffstats
path: root/src/sp-glyph.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-72/+0
| | | | A lot of header clean-up.
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-2/+2
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Code cleanup.Liam P. White2014-08-181-20/+28
| | | (bzr r13341.1.145)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Replacement of unnecessary variables.Markus Engel2013-07-311-0/+1
| | | (bzr r11608.1.114)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-1/+1
| | | (bzr r11608.1.86)
* Merged more classes.Markus Engel2013-04-061-21/+3
| | | (bzr r11608.1.84)
* Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | (bzr r11608.1.67)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-5/+5
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-2/+0
|\ | | | | (bzr r11608.1.56)
| * Drop checks for ancient dependency versions. These are satisfied elsewhere.Alex Valavanis2013-03-161-2/+0
| | | | | | (bzr r12213)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-1/+24
|/ | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
| | | (bzr r8889)
* Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches2008-12-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SVG file in Fontforge in order to export a truetype font (or other system font formarts fontforge supports). This improves previous workflow of font design using Inkscape which involved creating one SVG for each glyph. Now user only needs to create a single SVG file containing an SVGFont. Glyph kerning settings for the font can also be defined withing Inkscape itself with live preview. The kerning management still needs some improvements but is currently functional at least. Improvements in the SVGFonts dialog: * In Global Settings tab you can define the font family name. Other attributes should be added to this tab in the future. * Glyphs tab allows the user to: ** see a list (combobox) of glyphs available in the currently selected font. ** add/remove glyphs ** edit glyph name and unicode ** set the glyph curves based on a given path (selected from canvas). Same feature for the missing glyph. * Kerning tab allows user to: ** add new kerning pairs ** adjust kerning values of selected kerning pair ** live preview while adjusting the kerning values Code refactoring: * Inner classes DocumentProperties::SignalObserver and FilterEffectsDialog::SignalObserver were duplicated code and another instance would be needed in SVGFonts dialog. So, I moved it to Inkscape::XML::SignalObserver (in helper-observer.{cpp,h}) * changed SPGlyph->glyph_name and SPGlyph->unicode from char* to Glib::ustring * added sp_remove_resource to the release method in sp-font.cpp * glyph curves used to be stored (in d attribute) and rendered upside-down. Now that bug is fixed. Sorry about this huge commit. I got one week away from the Internet during a xmas travel. The lack of 'net connection made me work more intensely in Inkscape :-D Felipe Sanches (bzr r7029)
* adding ifdef HAVE_CONFIG_HFelipe Corr??a da Silva Sanches2008-06-251-1/+4
| | | (bzr r6054)
* * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵Felipe Corr??a da Silva Sanches2008-05-251-0/+3
| | | | | | | cairo git master branch) will compile SVGFonts (experimental) support. * First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753)
* added type enums for arabic-form and orientation attributesFelipe Corr??a da Silva Sanches2008-02-271-2/+15
| | | (bzr r4881)
* more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches2008-02-271-0/+42
<glyph> node parameter loading (bzr r4879)