Skip to content

Commit

Permalink
Fractional font metrics doesn't give better smooth text display in mo…
Browse files Browse the repository at this point in the history
…st cases anymore.

git-svn-id: https://jedit.svn.sourceforge.net/svnroot/jedit/jEdit/trunk@22918 6b1eeb88-9816-0410-afa2-b43733a0f04e
  • Loading branch information
ezust committed Apr 4, 2013
1 parent 6c6bab5 commit b5a4953
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions org/jedit/localization/jedit_cs.props
Expand Up @@ -1606,8 +1606,7 @@ options.textarea.electricBorders=Elektrické okraje (auto skrolování)
options.textarea.stdNextPrevWord=Go to next/previous word commands eat whitespace
options.textarea.antiAlias=Vyhlazený hladký text
options.textarea.antiAlias.tooltip=Zpomaluje zobrazování na některých systémech
options.textarea.fracFontMetrics=Částečné písmové metriky (pro lepší hladké \
zobrazení textu)
options.textarea.fracFontMetrics=Částečné písmové metriky
options.textarea.fracFontMetrics.tooltip=Není doporučeno se subpixelovým vyhlazováním
options.textarea.stripTrailingEOL=Skrýt poslední konec řádku (pokud je)
options.textarea.completeFromAllBuffers=Dokončit slova ve všech otevřených bufferech (výchozí je \
Expand Down
2 changes: 1 addition & 1 deletion org/jedit/localization/jedit_de.props
Expand Up @@ -1632,7 +1632,7 @@ options.textarea.electricBorders=Elektrische (auto scroll) Ränder
options.textarea.stdNextPrevWord=Befehle "Gehe zu ... Wort" übergehen Leerräume
options.textarea.antiAlias=Text mit Kantenglättung (langsam auf einigen Systemen)
options.textarea.antiAlias.tooltip=Verlangsamt die Anzeige auf einigen Systemen.
options.textarea.fracFontMetrics=Teilschriftformen (für bessere Textdarstellung)
options.textarea.fracFontMetrics=Teilschriftformen
options.textarea.fracFontMetrics.tooltip=Nicht empfohlen mit Subpixel-Kantenglättung
options.textarea.stripTrailingEOL=Letztes Zeilenende verstecken (falls vorhanden)
options.textarea.completeFromAllBuffers=Wort-Vervollständigung von allen offenen Dateien (Standard ist \
Expand Down
3 changes: 1 addition & 2 deletions org/jedit/localization/jedit_en.props
Expand Up @@ -1598,8 +1598,7 @@ options.textarea.electricBorders=Electric (auto scroll) borders
options.textarea.stdNextPrevWord=Go to next/previous word commands eat whitespace
options.textarea.antiAlias=Anti Aliased smooth text
options.textarea.antiAlias.tooltip=Slows down display on some systems
options.textarea.fracFontMetrics=Fractional font metrics (for better smooth \
text display)
options.textarea.fracFontMetrics=Fractional font metrics
options.textarea.fracFontMetrics.tooltip=Not recommended with subpixel antialiasing
options.textarea.stripTrailingEOL=Hide final end of line (if any)
options.textarea.completeFromAllBuffers=Complete words from all open buffers (default is \
Expand Down
3 changes: 1 addition & 2 deletions org/jedit/localization/jedit_fr.props
Expand Up @@ -1597,8 +1597,7 @@ options.textarea.electricBorders=Bordures électriques (défilement automatique)
options.textarea.stdNextPrevWord=La commande « Atteindre le mot suivant/précédent » ignore les espaces
options.textarea.antiAlias=Lissage du texte
options.textarea.antiAlias.tooltip=Ralentit l'affichage sur certains systèmes
options.textarea.fracFontMetrics=Police à espacement proportionnel (pour un affichage plus « doux » \
du texte)
options.textarea.fracFontMetrics=Police à espacement proportionnel
options.textarea.fracFontMetrics.tooltip=Non recommandé avec l'antialiasing de sous-pixel
options.textarea.stripTrailingEOL=Masquer la fin de ligne (si existante)
options.textarea.completeFromAllBuffers=Mots complets de tous les tampons ouverts (par défaut, \
Expand Down
3 changes: 1 addition & 2 deletions org/jedit/localization/jedit_ja.props
Expand Up @@ -1599,8 +1599,7 @@ options.textarea.electricBorders=自動スクロール
options.textarea.stdNextPrevWord=次/前の単語へ移動するときホワイトスペースを含む
options.textarea.antiAlias=アンチエイリアス スムーズフォント
options.textarea.antiAlias.tooltip=いくつかのシステムで表示が遅くなります
options.textarea.fracFontMetrics=Fractional フォントメトリクス (文字の表示が\
よりスムーズになります)
options.textarea.fracFontMetrics=Fractional フォントメトリクス
options.textarea.fracFontMetrics.tooltip=サブピクセルアンチエイリアスとの併用はお薦めしません
options.textarea.stripTrailingEOL=最終行末を隠す (あれば)
options.textarea.completeFromAllBuffers=開いているすべてのバッファから単語補完 (デフォルト\
Expand Down
3 changes: 1 addition & 2 deletions org/jedit/localization/jedit_ru.props
Expand Up @@ -1592,8 +1592,7 @@ options.textarea.electricBorders=Электрические бордюры (ав
options.textarea.stdNextPrevWord=Переход к следующему/предыдущему слову включает пробелы
options.textarea.antiAlias=Сглаживание шрифта
options.textarea.antiAlias.tooltip=Может замедлять дисплей на некоторых системах
options.textarea.fracFontMetrics=Дробная размерность шрифта (для лучшего \
сглаживания текста)
options.textarea.fracFontMetrics=Дробная размерность шрифта
options.textarea.fracFontMetrics.tooltip=Не рекомендуется с суб-пиксельным сглаживанием
options.textarea.stripTrailingEOL=Прятать последнюю пустую строку (когда она есть)
options.textarea.completeFromAllBuffers=Оканчивать слова из всех буферов (изначально \
Expand Down

0 comments on commit b5a4953

Please sign in to comment.