Merge branch 'hotfix/v1.0' into develop

This commit is contained in:
Unknown
2018-04-28 15:55:54 -04:00
5 changed files with 99 additions and 82 deletions

View File

@@ -1,3 +1,4 @@
// TODO: Update package tests.
package ps
import (
@@ -256,8 +257,8 @@ func TestTextItem(t *testing.T) {
for _, lyr := range d.ArtLayers() {
if lyr.Name() == "Text" {
lyr.SetText("Butts")
lyr.FmtText(0, 5, "Arial", "Regular")
lyr.FmtText(0, 3, "Arial", "Bold")
// lyr.FmtText(0, 5, "Arial", "Regular")
// lyr.FmtText(0, 3, "Arial", "Bold")
}
}