From 192d83256af1f047d2c0c118d66c9236fac2363c Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Sun, 17 Sep 2017 15:59:17 -0700 Subject: [PATCH] Document text direction --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37e802b..4d73029 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ The document returned is of the `RTFDocument` class, see below for details. CP1258, CP862, CP1256, CP1257, CP1251, CP874, CP238, CP437 * Colors (foreground and background) * Margins +* Text direction ## NOTABLY MISSING @@ -95,3 +96,4 @@ document global options and the paragraph objects that make up the document. * strikethrough: boolean * foreground: color (an object with red, green and blue values, 0-255) * background: color + * dir (rtl or ltr)