.. include:: headings.inc .. currentmodule:: lib.fancytext .. highlight:: python .. _lib.fancytext.SizeRenderer: ========================================================================================================================================== |phoenix_title| **SizeRenderer** ========================================================================================================================================== Processes text as if rendering it, but just computes the size. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **SizeRenderer** .. raw:: html

Inheritance diagram of SizeRenderer

| |super_classes| Known Superclasses ================================== :class:`lib.fancytext.Renderer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.fancytext.SizeRenderer.__init__` :meth:`~lib.fancytext.SizeRenderer.renderCharacterData` :meth:`~lib.fancytext.SizeRenderer.start_angle` :meth:`~lib.fancytext.SizeRenderer.start_in` :meth:`~lib.fancytext.SizeRenderer.start_infinity` :meth:`~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)