HyperText styles can now inherit from one another! If a custom style is defined on a parent style, it can be
overridden on a child style by redefining it. If a style sheet has several parents, the sheets at the end of
the list have the highest priority.
Added properties to override default font face, color, and line spacing on HyperText.
Changes
Library updates.
Bug Fixes
Fixed bugs in rendering non-square quads caused by 1.2.2. Behavior now matches that of
UnityEngine.UI.Image in Simple mode with preserveAspect. You may have to reconfigure any quads that
contained empty space.
Fixed text not appearing in Unity 4.6.5.
Fixed undo/redo of text changes not rebuilding geometry.
Fixed exception in editor when setting size scale of custom styles.
Assigning a Font to HyperText now overrides the Font assigned on its style sheet. You may have to remove
references to default fonts (e.g., Arial) on existing HyperText objects to recover old appearances.