From 1a82ea34a22499adf3f67b6d86d17f85a6a90b29 Mon Sep 17 00:00:00 2001
From: emb <>
Date: Tue, 13 Jan 2015 12:55:06 -0600
Subject: [PATCH] Updating to support new layout tags
---
Documentation/Manual/Layouts.rst | 94 ++++++++++++++++++++++++++++----
1 file changed, 83 insertions(+), 11 deletions(-)
diff --git a/Documentation/Manual/Layouts.rst b/Documentation/Manual/Layouts.rst
index 3379048..9281866 100644
--- a/Documentation/Manual/Layouts.rst
+++ b/Documentation/Manual/Layouts.rst
@@ -27,8 +27,9 @@ Attribute Description
=========================== =====================================================================================================================================
width The virtual width to use for this layout. This will be scaled automatically by the frontend if the screen resolution is different.
height The virtual height to use for this layout. This will be scaled automatically by the frontend if the screen resolution is different.
-font Location of the font (relative to the layout folder)
-fontColor RGB color of the font (in hex)
+font Location of the font (relative to the layout folder). TTF is only supported.
+fontColor RGB color of the font (in hex, i.e. "336699")
+loadFontSize The size of the font to load. Lower font sizes is more blurred, Higher font sizes are a little more pixelated. 24 is an ideal value.
=========================== =====================================================================================================================================
The following example uses a layout that is setup for 1024x768 pixels (4:3 aspect ratio). The frontend will handle layout scaling if your monitor runs at a larger resolution
@@ -58,9 +59,12 @@ A component is a graphical item to be displayed on your screen (i.e. a menu, ima
Top Level Components Description
=========================== ===========================================================================