blob: a5cb0319220635f7472ca2a8d5f4c09ec098dca1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
%{
#include "swtext.h"
%}
class SWText : public SWModule {
public:
SWText (const char *imodname = 0, const char *imoddesc = 0, SWDisplay * idisp = 0, SWTextEncoding encoding = ENC_UNKNOWN, SWTextDirection dir = DIRECTION_LTR, SWTextMarkup markup = FMT_UNKNOWN, const char* ilang = 0);
virtual ~ SWText ();
};
|