Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::string_behavior Enumeration
C++
enum string_behavior {
  STRING_PRINT_RAW,
  STRING_PRINT_CONTROL,
  STRING_PRINT_C,
  STRING_PRINT_MENU
};
Members 
Description 
STRING_PRINT_RAW 
every character assumed to have a glyph-including '0 
STRING_PRINT_CONTROL 
control characters perform 'typical' actions - newline, tab, backspace... 
STRING_PRINT_C 
c style escape characters are handled n b x## - literal text 
STRING_PRINT_MENU 
& performs an underline, also does C style handling. \& == & 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!