diff options
| author | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 11:06:04 -0400 | 
|---|---|---|
| committer | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 11:06:04 -0400 | 
| commit | 9d37149a8b21e4566cca0c844d25a80769dbd302 (patch) | |
| tree | ce1128a9020335884c2700eea5d502e69f47bf77 /def.go | |
| parent | 11f22e6f7d4f331772e7999a14bb7ade23028f19 (diff) | |
| parent | a7290bf6598b103a0fcdb5ce25182e83c00e881b (diff) | |
Merge branch 'prsolucoes-master'
Diffstat (limited to 'def.go')
| -rw-r--r-- | def.go | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -122,6 +122,8 @@ func (info *ImageInfoType) SetDpi(dpi float64) {  type fontFileType struct {  	length1, length2 int64  	n                int +	embedded         bool +	content          []byte  }  type linkType struct { @@ -246,7 +248,8 @@ type Fpdf struct {  	layer            layerRecType              // manages optional layers in document  	catalogSort      bool                      // sort resource catalogs in document  	colorFlag        bool                      // indicates whether fill and text colors are different -	color            struct {                  // Composite values of colors +	color            struct { +		// Composite values of colors  		draw, fill, text clrType  	}  } | 
