Commit Graph

31 Commits

Author SHA1 Message Date
Hamcha 219501b99b
Change import paths 2018-11-16 12:21:14 +01:00
Drahoslav c1e5edea41 Implement CreateStringPath and GetStringBounds in svg context 2018-01-07 17:47:54 +01:00
llgcode 647da9ceaa fix draw2dgl compil' error 2017-12-11 11:02:06 +01:00
llgcode 8167230c09 go fmt 2017-12-04 09:46:40 +01:00
redstarcoder c12070824c Factor in kerning when using cached glyphs 2016-10-30 12:41:31 -04:00
redstarcoder 7cc6abeee3 Made FetchGlyph and Glyph public, made FillGlyph and StrokeGlyph methods of Glyph, made Glyph.Path private 2016-10-25 21:24:40 -04:00
redstarcoder c2851a6eb6 Improved speed via new gc.GetFontName method 2016-10-22 22:36:52 -04:00
redstarcoder 3a5a1d8830 Implement seamless glyph cache 2016-10-22 22:31:55 -04:00
redstarcoder 475a830567 Cleaned up extra FIXMEs 2016-10-15 16:15:10 -04:00
redstarcoder 105a963210 Copied font functions from draw2dimg to draw2dgl
cursor -> width for certain functions for clarity
Some panics added, some TODOs added
2016-10-15 16:15:10 -04:00
llgcode 0545b30698 Fix #98: Alpha spec has changed
need to update package
2016-02-19 11:05:01 +01:00
Andrew Brampton c378327bfa Update code.google.com/p/freetype-go to github.com/golang/freetype. Fixes #86.
Updates the dependency, as well as other changes needed to support the newer version of freetype.
2015-09-06 18:08:19 -07:00
Laurent Le Goff 7e94968f5e Correct some golint 2015-08-14 22:38:18 +02:00
Laurent Le Goff 1e0467b8fc move freetype dependency to draw2dimg 2015-08-14 22:22:01 +02:00
Laurent Le Goff 82ef300f1d move flattening code in draw2dbase 2015-04-29 17:16:15 +02:00
Laurent Le Goff 966a9b73f7 remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
Laurent Le Goff 79f25c1ea2 Refactoring path things 2015-04-29 11:16:03 +02:00
Laurent Le Goff 06178b5d2d rename Path to PathBuilder 2015-04-23 18:12:31 +02:00
Laurent Le Goff 4fa829a373 replace LineEndMarker by End() Method 2015-04-23 16:18:21 +02:00
Laurent Le Goff b4f19d35fe Merge simpler import path 2015-04-19 17:14:42 +02:00
Laurent Le Goff 8b0d5d5048 Clean 2015-04-17 17:03:50 +02:00
Sebastien Binet ef603db535 draw2dgl: remove unneeded GLVertex 2015-04-17 11:44:38 +02:00
Sebastien Binet c1b7f443b4 draw2dgl: de-stutter types 2015-04-17 11:44:38 +02:00
Sebastien Binet a8154b175c draw2dgl: use github.com/go-gl/{gl,glfw} 2015-04-17 11:44:38 +02:00
Sebastien Binet f78ac58522 all: gofmt+goimports 2015-04-16 11:51:13 +02:00
Sebastien Binet 7e968a713e all: update imports to github.com/llgcode/draw2d 2015-04-16 11:40:22 +02:00
Laurent Le Goff c595982fba gofix 2012-01-13 10:14:12 +01:00
legoff.laurent bfefaf854b draw android in green thanks to my wife, rename exp/draw to image/draw 2011-06-08 00:31:06 +02:00
Laurent Le Goff b7d000715e gofmt 2011-05-18 23:23:31 +02:00
Laurent Le Goff 8bc0343156 slice vertices and colors 2011-04-27 10:36:31 +02:00
Laurent Le Goff 8759e1bc46 Remove oldies 2011-04-27 10:06:14 +02:00