API Reference > Other Classes > OdCharMapper Class > OdCharMapper Methods > OdCharMapper::containsSpecialSequence Method
OdCharMapper::containsSpecialSequence Method
Syntax
C++
static bool containsSpecialSequence(OdString& str, OdFont* font, OdIntArray& ulRanges);
Parameters 
Description 
OdString& str 
[in/out] Source string.  
OdFont* font 
[in] Font.  
OdIntArray& ulRanges 
[out] Ranges underlined, overlined and striked.  

true if special sequence was found and replaced, or false otherwise.

Checking special sequences and replacing them with character codes. Look for following sequences: "%%", "\U+", "\u+", "\M+", "\m+". 

 

Copyright © 2002–2022. Open Design Alliance. All rights reserved.