File: data_init.go

package info (click to toggle)
golang-github-twstrike-gotk3adapter 0.0~git20160819.0.3499960-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,228 kB
  • ctags: 2,195
  • sloc: ruby: 478; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package pangoa

import (
	"github.com/gotk3/gotk3/pango"
	"github.com/twstrike/gotk3adapter/pangoi"
)

func init() {
	pangoi.PANGO_SCALE = pango.PANGO_SCALE
}