示例#1
0
def addTextLabel(g, geom, text):
    l = g.addLabel(geom, text)
    l.rgba = rgba("#5a4a31")
    return l
示例#2
0
def addTextLabel(g, geom, text):
    l = g.addLabel(geom, text)
    l.rgba = rgba("#5a4a31")
    return l
示例#3
0
def addTitleLabel(g, geom, text):
    l = g.addLabel(geom, text)
    l.rgba = rgba("#001052")
    return l
示例#4
0
def addTitleLabel(g, geom, text):
    l = g.addLabel(geom, text)
    l.rgba = rgba("#001052")
    return l