summaryrefslogtreecommitdiffstats
path: root/src/sp-font-face.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-123/+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-8/+4
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* 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-25/+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-7/+7
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-2/+6
|\ | | | | (bzr r11608.1.56)
| * Drop checks for ancient dependency versions. These are satisfied elsewhere.Alex Valavanis2013-03-161-2/+0
| | | | | | (bzr r12213)
| * A couple of forward declarationsAlex Valavanis2013-02-111-0/+2
| | | | | | (bzr r12119)
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-0/+4
| | | | | | (bzr r12055)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-1/+27
|/ | | | | 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)
* adding ifdef HAVE_CONFIG_HFelipe Corr??a da Silva Sanches2008-06-251-1/+4
| | | (bzr r6054)
* reintroducing code that initially committed in revision 18594 and the have ↵Felipe Corr??a da Silva Sanches2008-06-221-0/+46
| | | | | | | | | | | | | | been reverted on revision 18607. * implemented handling of font-style, font-variant, font-weight, and font-stretch attributes on font-face tags This have been previously reverted because I thought they were already handled in node->style, but now I see that this code is needed for font description (used in the font tag to declare font attributes to be stored in the user agent font database). The node->style info is used for font specification (used by document authors with the purpose of declaring the properties of fonts that they would like in their SVG documents). (bzr r6023)
* * 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)
* reverting previous work on font-face attributes. These attributes are ↵Felipe Corr??a da Silva Sanches2008-05-131-46/+0
| | | | | already treated in SPStyle (bzr r5662)
* * implemented handling of font-style, font-variant, font-weight, and Felipe Corr??a da Silva Sanches2008-05-121-10/+10
| | | | | | | font-stretch attributes on font-face tags * fixed typo on v-ideographic attribute on attributes.cpp * fixed typo on src/sp-font-face.h (bzr r5652)
* attribute loading for font-face tagFelipe Corr??a da Silva Sanches2008-05-101-0/+113
first draft. Still incomplete. (bzr r5644)