diff --git a/docs/index.html b/docs/index.html index 1466433..a96724e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,13 +9,13 @@ - + TextLayoutBuilder - + @@ -48,7 +48,7 @@

TextLayoutBuilder

-

Build text Layouts easily on Android!

+

Build text layouts easily on Android!

TextLayoutBuilder uses a builder pattern to configure the properties @@ -57,10 +57,10 @@

Build text Layouts easily on Android!

TextLayoutBuilder creates a text Layout based on the properties set on it.

    -
  • Allows creating text Layouts easily
  • -
  • Re-use the same builder to create Layouts of similar style
  • -
  • Cache Layouts of commonly used strings
  • -
  • Glyph warming to improve performance
  • +
  • Create text layouts easily.
  • +
  • Reuse the same builder to create layouts of similar style.
  • +
  • Cache layouts of commonly used strings.
  • +
  • Improve performance with glyph warming.
@@ -99,7 +99,7 @@

Caching

Glyph Warming

On 4.0+ devices, Android uses a texture cache to warm up the glyphs. By drawing these - glyphs on a background thread on to a Picture, TextLayoutBuilder warms + glyphs on a background thread onto a Picture, TextLayoutBuilder warms these glyphs and can help them render at 0ms.

@@ -107,8 +107,32 @@

Glyph Warming

- +
+
+
+

Download

+
    +
  • + Grab via Gradle: +
    compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'
    +
  • +
  • + or Maven: +
    +<dependency>
    +    <groupId>com.facebook.fbui.textlayoutbuilder</groupId>
    +    <artifactId>textlayoutbuilder</artifactId>
    +    <version>1.0.0</version>
    +</dependency>
    +
  • +
+
+
+
+ + +

Usage

@@ -139,7 +163,7 @@

Usage

-
+

Additional Usage

@@ -169,44 +193,29 @@

Additional Usage

- -
-
-
-

Download

-
    -
  • - Grab via Gradle: -
    compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'
    -
  • -
  • - or Maven: -
    -<dependency>
    -    <groupId>com.facebook.fbui.textlayoutbuilder</groupId>
    -    <artifactId>textlayoutbuilder</artifactId>
    -    <version>1.0.0</version>
    -</dependency>
    -
  • -
-
-
-
-