#include <opennurbs_textiterator.h>

Classes

class  RunInfo
 

Static Public Member Functions

static bool Compose (const ON_TextContent *text, const ON_DimStyle *dimstyle, ON_wString &rtf)
 
static bool ComposeA (const ON_TextContent *text, const ON_DimStyle *dimstyle, ON_wString &rtf)
 
static void ComposeRun (const ON_TextRun *run, const ON_DimStyle *dimstyle, ON_SimpleArray< wchar_t[34] > &fonttable, bool multiline, int &changecount, int &changefont, int &changecolor, bool &bold, bool &italic, bool &underlined, bool &strikeout, ON_wString &strings_out)
 
static void ComposeRunA (const ON_TextRun *run, const ON_DimStyle *dimstyle, ON_SimpleArray< wchar_t[34] > &fonttable, bool multiline, int &changecount, int &changefont, bool &bold, bool &italic, bool &underlined, RunInfo &runinfo)
 
static bool RecomposeRTF ()
 
static void SetRecomposeRTF (bool b)
 

Member Function Documentation

◆ Compose()

static bool RtfComposer::Compose ( const ON_TextContent text,
const ON_DimStyle dimstyle,
ON_wString rtf 
)
static

◆ ComposeA()

static bool RtfComposer::ComposeA ( const ON_TextContent text,
const ON_DimStyle dimstyle,
ON_wString rtf 
)
static

◆ ComposeRun()

static void RtfComposer::ComposeRun ( const ON_TextRun run,
const ON_DimStyle dimstyle,
ON_SimpleArray< wchar_t[34] > &  fonttable,
bool  multiline,
int &  changecount,
int &  changefont,
int &  changecolor,
bool &  bold,
bool &  italic,
bool &  underlined,
bool &  strikeout,
ON_wString strings_out 
)
static

◆ ComposeRunA()

static void RtfComposer::ComposeRunA ( const ON_TextRun run,
const ON_DimStyle dimstyle,
ON_SimpleArray< wchar_t[34] > &  fonttable,
bool  multiline,
int &  changecount,
int &  changefont,
bool &  bold,
bool &  italic,
bool &  underlined,
RunInfo runinfo 
)
static

◆ RecomposeRTF()

static bool RtfComposer::RecomposeRTF ( )
static

◆ SetRecomposeRTF()

static void RtfComposer::SetRecomposeRTF ( bool  b)
static