author | JucaBlues <JucaBlues@users.sourceforge.net> | |
Sun, 22 Jun 2008 22:48:08 +0000 (22:48 +0000) | ||
committer | JucaBlues <JucaBlues@users.sourceforge.net> | |
Sun, 22 Jun 2008 22:48:08 +0000 (22:48 +0000) | ||
commit | 332c67c87b4074ca4414f3d84349f5d7f9dffd95 | |
tree | 67804294d93f9df8cb00b05d291656172564cf2d | tree | snapshot |
parent | a4ba6cf08033d624f247cc38c2b8b75f01ba0531 | commit | diff |
reintroducing code that initially committed in revision 18594 and the have 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).
* 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).
src/sp-font-face.cpp | diff | blob | history | |
src/sp-font-face.h | diff | blob | history |