.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2018 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.fancytext .. highlight:: python .. _wx.lib.fancytext.SizeRenderer: ========================================================================================================================================== |phoenix_title| **wx.lib.fancytext.SizeRenderer** ========================================================================================================================================== Processes text as if rendering it, but just computes the size. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class SizeRenderer:

| |super_classes| Known Superclasses ================================== :class:`wx.lib.fancytext.Renderer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.fancytext.SizeRenderer.__init__` :meth:`~wx.lib.fancytext.SizeRenderer.renderCharacterData` :meth:`~wx.lib.fancytext.SizeRenderer.start_angle` :meth:`~wx.lib.fancytext.SizeRenderer.start_in` :meth:`~wx.lib.fancytext.SizeRenderer.start_infinity` :meth:`~wx.lib.fancytext.SizeRenderer.start_times` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: SizeRenderer(Renderer) Processes text as if rendering it, but just computes the size. .. method:: __init__(self, dc=None) .. method:: renderCharacterData(self, data, x, y) .. method:: start_angle(self, attrs) .. method:: start_in(self, attrs) .. method:: start_infinity(self, attrs) .. method:: start_times(self, attrs)