mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:30:48 +00:00
Added underline, script, colour and tailindent.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6715 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c7dfd932ee
commit
3d5cc5d9e7
6 changed files with 488 additions and 343 deletions
|
@ -88,12 +88,18 @@ void GSRTFmarginButtom(void *ctxt, int margin);
|
|||
void GSRTFfirstLineIndent(void *ctxt, int indent);
|
||||
/* set left indent */
|
||||
void GSRTFleftIndent(void *ctxt, int indent);
|
||||
/* set right indent */
|
||||
void GSRTFrightIndent(void *ctxt, int indent);
|
||||
/* set tabstop */
|
||||
void GSRTFtabstop(void *ctxt, int location);
|
||||
/* set center alignment */
|
||||
void GSRTFalignCenter(void *ctxt);
|
||||
/* set left alignment */
|
||||
void GSRTFalignLeft(void *ctxt);
|
||||
/* set right alignment */
|
||||
void GSRTFalignRight(void *ctxt);
|
||||
/* set default paragraph style */
|
||||
void GSRTFdefaultParagraph(void *ctxt);
|
||||
/* set paragraph style */
|
||||
void GSRTFstyle(void *ctxt, int style);
|
||||
/* Add a colour to the colour table*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue