# TextEngine

#### Added new event triggered before bliting each glyph bitmap

A new method [TextRendering::TextLayoutStrategy::OnGlyphProcessing](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_text_rendering_1_1_text_layout_strategy.html#a0ed82950c1cebd975ffbb5372b4fc477) has been added which is triggered before bliting each glyph bitmap. Default implementation has been added to keep backwards compatibility. This offers the possibility to skip the bliting of a glyph bitmap if needed. For this, also the [TextRendering::TextLayoutStrategy::Action](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_text_rendering_1_1_text_layout_strategy.html#a1e3dab4e7de13366fbef6604f5a3dc38 "Action taken by the text renderer after an event is processed.") enumeration has beed extended with a new *Break* value.

---