secondPass method

void secondPass(
  1. SymbolSearcher symbolSearcher
)

Captions needs to find their assigned symbol to correctly render themself around the symbol. After all rules has been created a second pass is executed where captions are able to find their assigned symbol.

Implementation

void secondPass(SymbolSearcher symbolSearcher) {}