summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/svg-fonts-dialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* translator comments and minor string fixesIvan Mas??r2009-04-231-2/+2
| | | (bzr r7763)
* Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski2009-02-091-1/+1
| | | (bzr r7257)
* added some messages to the user in the svgfonts dialogFelipe Corr??a da Silva Sanches2009-01-111-15/+50
| | | (bzr r7110)
* fix crash when no glyph is selected at the svgfonts dialogFelipe Corr??a da Silva Sanches2009-01-061-1/+5
| | | (bzr r7085)
* Warning and whitespace cleanup.Jon A. Cruz2009-01-061-190/+201
| | | (bzr r7083)
* Another week coding offline...Felipe Corr??a da Silva Sanches2009-01-051-4/+9
| | | | | | | | | | | | * Adding Set Width (horiz-adv-x attribute) slider to the SVGFonts dialog. * Fixed the order of some language options at the i18n preferences page. * Fixed parsing and handling of u1 and u2 (CSS2 unicode range) attributes for kerning pair nodes * Fixed a warning in helper-fns.h * commented out unused variable in sp-font.cpp * refactoring of nr-svgfonts.cpp * using 1000 instead of horiz-adv-x when scaling the glyph coordinates. Probably should use a value based on units-per-em in the future. Or maybe accent-height, cap-height, x-height... I don't know. I should study this subject a bit more first. (bzr r7082)
* added a "remove" context menu option for removing kerning pairsFelipe Corr??a da Silva Sanches2008-12-291-5/+38
| | | (bzr r7038)
* fixing the upside-down glyph issue for the missing-glyph case (which I Felipe Corr??a da Silva Sanches2008-12-291-1/+12
| | | | | | | had forgoten previously) Also fixing a crash reported by prokoudine (bzr r7037)
* Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches2008-12-281-72/+458
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Added "Add" button to the SVG Fonts dialog.Felipe Corr??a da Silva Sanches2008-12-161-6/+56
| | | (bzr r7009)
* From trunkTed Gould2008-10-271-12/+11
| | | (bzr r6885)
* family name field on svgfonts dialog now properly saves attribute. Should do ↵Felipe Corr??a da Silva Sanches2008-08-151-11/+60
| | | | | the same for other fields on next commits. (bzr r6631)
* more mockup on svgfonts dialogFelipe Corr??a da Silva Sanches2008-08-051-1/+25
| | | (bzr r6563)
* added class AttrEntryFelipe Corr??a da Silva Sanches2008-08-051-0/+10
| | | | | | Added 2 entries in glyphs tab (svgfonts dialog). But these fields do not change attributes yet (bzr r6562)
* adding tabs to SVGFonts dialogFelipe Corr??a da Silva Sanches2008-08-011-21/+46
| | | (bzr r6497)
* fix compileFelipe Corr??a da Silva Sanches2008-07-221-0/+1
| | | (bzr r6389)
* added SVF Fonts dialog to the list of translatablesAlexandre Prokoudine2008-07-181-7/+7
| | | | | marked its messages for translation (bzr r6350)
* * added another spinbox to the svgfonts uiFelipe Corr??a da Silva Sanches2008-07-181-0/+22
| | | | | | * this one will set the horiz_adv_x parameter of fonts (i.e. the "set width") * but it is still not working well since I need to find out how to tell cairo that the glyph cache is invalid and that glyphs should be rerendered (bzr r6347)
* improving SVG Fonts UIFelipe Corr??a da Silva Sanches2008-07-161-6/+16
| | | (bzr r6331)
* increase font size on kerning_preview and text_preview drawing areasFelipe Corr??a da Silva Sanches2008-07-121-3/+11
| | | (bzr r6271)
* properly update kerning value in the spinbox and fix some crashesFelipe Corr??a da Silva Sanches2008-07-121-10/+19
| | | (bzr r6270)
* now one can visually adjust glyph kerning. (still doesn save that info in ↵Felipe Corr??a da Silva Sanches2008-07-121-2/+26
| | | | | the file, though) (bzr r6269)
* kerning pairs already can be selected but kerning value still cant be setFelipe Corr??a da Silva Sanches2008-07-121-1/+12
| | | (bzr r6268)
* glyph-kerning setup user interface (not functional yet, just the gtk UI sketch)Felipe Corr??a da Silva Sanches2008-07-121-1/+38
| | | (bzr r6267)
* fix crash on svnfonts dialogFelipe Corr??a da Silva Sanches2008-07-121-17/+6
| | | (bzr r6262)
* Text Preview entry box on SVGFonts dialog (unfortunately crashing sometimes, ↵Felipe Corr??a da Silva Sanches2008-07-111-3/+19
| | | | | dont know why) (bzr r6255)
* * removed the auxiliary GtkWindowFelipe Corr??a da Silva Sanches2008-07-111-4/+53
| | | | | * added font preview to the SvgFonts dialog (bzr r6254)
* * remove g_warningsFelipe Corr??a da Silva Sanches2008-06-261-14/+15
| | | | | * add 2 experimental entry fields in SVGFonts dialog (bzr r6062)
* adding list of available SVGFonts to the SVGFonts dialogFelipe Corr??a da Silva Sanches2008-06-251-2/+34
| | | (bzr r6059)
* missing files from previous commitFelipe Corr??a da Silva Sanches2008-06-251-0/+39
(bzr r6057)