From 0e7274de1b78490d7ec4e87d891ae05ed83e83d1 Mon Sep 17 00:00:00 2001 From: Yusuke Shinyama Date: Mon, 24 Mar 2014 19:20:40 +0900 Subject: [PATCH] Added the description of boxes_flow. --- docs/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 6404407..fb6dd55 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@
-Last Modified: Sun Nov 17 06:32:44 UTC 2013 +Last Modified: Mon Mar 24 10:19:52 UTC 2014
@@ -264,6 +264,12 @@ are M = 1.0, L = 0.3, and W = 0.2, respectively. ↑

+

-F boxes_flow +
Specifies how much a horizontal and vertical position of a text matters +when determining a text order. The value should be within the range of +-1.0 (only horizontal position matters) to +1.0 (only vertical position matters). +The default value is 0.5. +

-C
Suppress object caching. This will reduce the memory consumption but also slows down the process.