From e5ad6e9e22d3c0d8dcc9bfb2159b88b560a46920 Mon Sep 17 00:00:00 2001 From: Vadim Namniak Date: Fri, 27 Jun 2014 09:11:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef19632..7de48ea 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ new CanvasTextWrapper(HTMLCanvasElement, String [, options]); ```options``` - is a JavaScript object with the following available properties and values: -- ```font: String``` - text style that includes font size(REQUIRED), weight & family, similar to CSS font shorthand property +- ```font: String``` - text style that includes font size in px (REQUIRED), weight & family, similar to CSS font shorthand property - ```textAlign: "left" | "center" | "right"``` - horizontal alignment that applies for each line - ```verticalAlign: "top" | "middle" | "bottom"``` - vertical alignment that applies on a whole block of text - ```paddingX: Number``` - horizontal padding in pixels set equally on both, left and right sides of the element