* Modified texture modulation to always modulate to white
- Corrected wrong logger message call in TextRenderer
- Corrected missing semicolon in TextRenderer
- Corrected missing color string in state key of TextAttributes
* Modified documentation to reflect how color is now applied to the text
* Removed parameters from TextRenderer functions that are now unneeded
- Removed getMaxLineHeight function.
- Updated call of textRenderer.wrap in Annotation.
* Returned getMaxLineHeight function for documentation purposes
* Modified TextRenderer unit test to fit new function parameters
* First draft of DrawContext.renderText
- Counterpart to WWA's RenderContext.renderText.
* First propagation of textAttributes to Text through DrawContext
- Bug: ScreenText and Annotations examples show their text in
incorrect colors.
* Modified Annotation to use new DrawContext.renderText
- Annotations example updated to explicitly remove outline from
the annotation's text.
- Temporary outline settings for dc.textRenderer are now unneeded and
are removed as well.
* Corrected Annotation's configuration of fragment program color
* Modified Placemark to use new DrawContext.renderText function
* Corrected wrong assignation of outlineColor
* Updated DrawContext.renderText and TextRenderer documentation
* Disabled Annotation's text outline by default in its constructor
- Removed superfluous change in TextRenderer documentation
- Removed text outline disable in Annotations example
* Changed default TextAttributes to a more appropriate name
* Refactored AnnotationAttributes' default text fields for readability