def DrawChord(ThisPageChordList, CSF):
CSF.move_to(0, 0)
CSF.select_font_face("FreeSerif", cairo.FONT_SLANT_NORMAL,
cairo.FONT_WEIGHT_NORMAL)
CSF.move_to(100, 100)
CSF.set_font_size(80)
for i in ThisPageChordList:
CSF.show_text(i)
CSF.show_page()
评论列表
文章目录