Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdCharMapper::containsSpecialSequence Method
Syntax
C++
static bool containsSpecialSequence(OdString& str, OdFont* font, OdIntArray& ulRanges);

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

 

Parameters
Description
str
[in/out] Source string.
font
[in] Font.
ulRanges
[out] Ranges underlined, overlined and striked.

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

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