User:Andrew/HIG/Text: Difference between revisions

From KDE UserBase Wiki
Line 2: Line 2:
Text includes all the written, language-based elements of the interface. This includes the labels used to represent the organizational model, the names of the input and navigational controls contained for Viewing and Navigation, and the alert messages and help text used for User Assistance.
Text includes all the written, language-based elements of the interface. This includes the labels used to represent the organizational model, the names of the input and navigational controls contained for Viewing and Navigation, and the alert messages and help text used for User Assistance.


Consider the following when dealing with text:
== Guidelines ==
* Use the appropriate [typography].
* [https://techbase.kde.org/Projects/Usability/HIG/Style/Typography Typography] - Use the appropriate typography for the text element.
* Keep [[Projects/Usability/HIG/Wording|wording]] consistent and easy to understand.
* [https://techbase.kde.org/Projects/Usability/HIG/Wording Wording] - Keep wording simple, consistent and easy to understand.
* Understand when and where to apply [[Projects/Usability/HIG/Capitalization|capitalization]].
* [https://techbase.kde.org/Projects/Usability/HIG/Capitalization Capitalization] - Understand when and where to apply capitalization.
* Apply standard [[Projects/Usability/HIG/Labels|control labels]] in your app.
* [https://techbase.kde.org/Projects/Usability/HIG/Labels Labels] - Apply standard control labels in your app.
* Use [[Projects/Usability/HIG/StaticText|static text]] for main instruction and supplemental information.
* [https://techbase.kde.org/Projects/Usability/HIG/StaticText Static text] - Use static text for main instruction and supplemental information.
* Account for [[Projects/Usability/HIG/localization|localization]] of your project.
* [[https://techbase.kde.org/Projects/Usability/HIG/localization Localization] - Account for a world wide audience by ensuring your software can be localized.

Revision as of 05:41, 25 September 2014

Text

Text includes all the written, language-based elements of the interface. This includes the labels used to represent the organizational model, the names of the input and navigational controls contained for Viewing and Navigation, and the alert messages and help text used for User Assistance.

Guidelines

  • Typography - Use the appropriate typography for the text element.
  • Wording - Keep wording simple, consistent and easy to understand.
  • Capitalization - Understand when and where to apply capitalization.
  • Labels - Apply standard control labels in your app.
  • Static text - Use static text for main instruction and supplemental information.
  • [Localization - Account for a world wide audience by ensuring your software can be localized.