#include <LEGlyphFilter.h>
Public Methods | |
virtual | ~LEGlyphFilter () |
Destructor. More... | |
virtual le_bool | accept (LEGlyphID glyph) const=0 |
This method is used to test a particular glyph index to see if it is in the set recognized by the filter. More... |
Definition at line 21 of file LEGlyphFilter.h.
|
Destructor.
Definition at line 27 of file LEGlyphFilter.h. |
|
This method is used to test a particular glyph index to see if it is in the set recognized by the filter.
|