Render text based on zoom level

Forums: 

Hi,
I have hundreds of polygons and want to display text on each polygon, Texts should appear and disappear
dynamically based on zoom level. For example in QT there is option called LOD(level of details), while painting any QGgraphicsItem
we can check the LOD value and discard painting. Is there any way this can be achieved with OCC?