API Reference > Other Classes > OdCharMapper Class > OdCharMapper Methods > OdCharMapper::embedTextRawData Method
OdCharMapper::embedTextRawData Method
Syntax
C++
static OdString embedTextRawData(const OdString & msg, const OdIntArray & ulFlags, int * length = NULL, bool * raw = NULL);
Parameters 
Description 
int * length = NULL 
[out] Length returned string.  
bool * raw = NULL 
[out] Raw flag.  
str 
[in] Source string.  
ulRanges 
[in] Ranges underlined, overlined and striked.  

Result string with special sequences if it is needed

Conversion source string with flags underlined, overlined and striked to string with special sequence %%u, %%o and %%k 

 

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