Documentation ¶
Index ¶
- Variables
- func UnwrapAttrList(v pangoi.AttrList) *pango.AttrList
- func UnwrapAttribute(v pangoi.Attribute) *pango.Attribute
- func UnwrapLocal(o interface{}) (interface{}, bool)
- func WrapAttrList(p *pango.AttrList, e error) (pangoi.AttrList, error)
- func WrapAttrListSimple(p *pango.AttrList) pangoi.AttrList
- func WrapAttribute(p *pango.Attribute, e error) (pangoi.Attribute, error)
- func WrapAttributeSimple(p *pango.Attribute) pangoi.Attribute
- func WrapLocal(o interface{}) (interface{}, bool)
- type RealPango
Constants ¶
This section is empty.
Variables ¶
View Source
var Real = &RealPango{}
Functions ¶
func UnwrapAttrList ¶
UnwrapAttrList unwraps a pangoi.AttrList to a *pango.AttrList
func UnwrapAttribute ¶
UnwrapAttribute unwraps a pangoi.Attribute to a *pango.Attribute
func UnwrapLocal ¶
func UnwrapLocal(o interface{}) (interface{}, bool)
func WrapAttrList ¶
WrapAttrList wraps a *pango.AttrList to a pangoi.AttrList
func WrapAttrListSimple ¶
WrapAttrListSimple wraps a *pango.AttrList to a pangoi.AttrList
func WrapAttribute ¶
WrapAttribute wraps a *pango.Attribute to a pangoi.Attribute
func WrapAttributeSimple ¶
WrapAttributeSimple wraps a *pango.Attribute to a pangoi.Attribute
Types ¶
type RealPango ¶
type RealPango struct{}
func (*RealPango) AsFontDescription ¶
func (*RealPango) AsFontDescription(v interface{}) pangoi.FontDescription
func (*RealPango) AttrListNew ¶
Click to show internal directories.
Click to hide internal directories.