From Fedora Project Wiki

No edit summary
(36 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{header|docs}}{{Docs_beat_closed}}
{{header|docs}}


== Input methods ==
{{Docs_beat_closed}}
* '''ibus-libzhuyin''' is a new Zhuyin input method available as a preview for Traditional Chinese input.
 
* '''ibus''' has two new subcommands:
== Input Methods ==
** <code>read-config</code> shows the current settings values, and
* In ibus-libpinyin, press "Ctrl-Shift-d" to remove the remembered user phrase; and in double pinyin mode, press "I" to use lua script extension.
** <code>reset-config</code> resets the user ibus configuration settings to the default ones (for troubleshooting, etc) but not ibus engines configurations. It can be used for cleaning up the ibus settings for troubleshooting, or after switching language, to load the pre-defined ibus engines for the language.
* XKB option ISO_Level3_Shift key is not available in control-center Keyboard panel, one needs to use 'gnome-tweak-tool' to enable 3rd level chooser key.
* If you want to use a different Input Method framework to ibus on GNOME, follow [https://fedoraproject.org/wiki/I18N/InputMethods#How_to_use_non-ibus_input_methods_on_GNOME these steps].
 
== New Packages ==
=== Fonts ===
* adobe-source-serif-pro-fonts : Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family.
* oflb-coval-fonts : Derivation of other free of charge fonts
* astigmatic-grand-hotel-fonts - Script retro style fonts
* typetype-molot-fonts - Display sans-serif fonts
=== Libraries ===
* sharpfont : Cross-platform FreeType bindings for .NET
* libXfont2 - X11 font support library
* nodejs-os-locale : To get the system locale
* nodejs-y18n : The bare-bones internationalization library used by yargs


== Fonts ==
* Adobe Source Han Sans Fonts ('''adobe-source-han-sans-cn-fonts''' and '''adobe-source-han-sans-twhk-fonts''') are new default fonts for Chinese.
** If you prefer to use the old Fedora 20 default Chinese fonts, or encounter problems, you can use the following commands to revert to Fedora 20 Chinese fonts:<br/><code>su -c "yum install cjkuni-uming-fonts cjkuni-ukai-fonts wqy-zenhei-fonts"</code><br/><code>su -c "yum remove adobe-source-han-sans-cn-fonts adobe-source-han-sans-twhk-fonts"</code>
* The Lohit Oriya font ('''lohit-oriya-fonts''') has been renamed to Lohit Odia ('''lohit-odia-fonts''') as per the Odisha State government's guidelines.
* The Lohit Punjabi font ('''lohit-punjabi-fonts''') has been renamed to Lohit Gurmukhi ('''lohit-gurmukhi-fonts''') to avoid confusion between the Arabic and Gurmukhi scripts.
* '''ekmukta-fonts''' is a new Unicode-compliant Devanagari font with a mono-linear typeface.
[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Revision as of 18:22, 5 October 2016

DocsProject Header docTeam1.png


Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.


Input Methods

  • In ibus-libpinyin, press "Ctrl-Shift-d" to remove the remembered user phrase; and in double pinyin mode, press "I" to use lua script extension.
  • XKB option ISO_Level3_Shift key is not available in control-center Keyboard panel, one needs to use 'gnome-tweak-tool' to enable 3rd level chooser key.

New Packages

Fonts

  • adobe-source-serif-pro-fonts : Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family.
  • oflb-coval-fonts : Derivation of other free of charge fonts
  • astigmatic-grand-hotel-fonts - Script retro style fonts
  • typetype-molot-fonts - Display sans-serif fonts

Libraries

  • sharpfont : Cross-platform FreeType bindings for .NET
  • libXfont2 - X11 font support library
  • nodejs-os-locale : To get the system locale
  • nodejs-y18n : The bare-bones internationalization library used by yargs