Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UNDERLINE_NONE int UNDERLINE_SINGLE int UNDERLINE_DOUBLE int UNDERLINE_LOW int UNDERLINE_ERROR int STYLE_NORMAL int STYLE_OBLIQUE int STYLE_ITALIC int JUSTIFY_LEFT int JUSTIFY_RIGHT int JUSTIFY_CENTER int JUSTIFY_FILL int )
View Source
var (
PANGO_SCALE int
)
Functions ¶
func AssertFontDescription ¶
func AssertFontDescription(_ FontDescription)
func AssertPango ¶
func AssertPango(_ Pango)
Types ¶
type FontDescription ¶
type FontDescription interface {
GetSize() int
}
type Pango ¶
type Pango interface {
AsFontDescription(interface{}) FontDescription
}
Click to show internal directories.
Click to hide internal directories.