コード例 #1
0
ファイル: textRender.py プロジェクト: chiluf/visvis.dev
    def OnDraw(self):

        # Draw the box
        Box.OnDraw(self)

        # Draw the text
        self._DrawText()
コード例 #2
0
    def OnDraw(self):

        # Draw the box
        Box.OnDraw(self)

        # Draw the text
        fm = self._GetFontManager()
        if fm:
            fm.Draw(self)