Skip to content

Commit

Permalink
Assembly v 3.6 (1.09.24)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Aug 31, 2024
1 parent 2616eee commit da68d61
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Константы, используемые далее по тексту
env:
PROJ: ${{ github.event.repository.name }}
TAG: '3.5.9'
TAG: '3.6'

steps:
# Проверка состава репозитория (без анализа, как может показаться)
Expand Down
Binary file added .release/FontFinder.exe
Binary file not shown.
47 changes: 47 additions & 0 deletions .release/FontFinder_en_us.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE charset='utf-8'>
<head>
<title>Font finder: user guide | FontFinder</title>
</head>

<body>

<h1 id="font-finder-user-guide">Font finder: user guide</h1>
<p><strong>ƒ</strong>  RD AAOW FDL; 4.02.2024; 18:53</p>

<p>This tool allows you to find the name / family of a font by its image. You only need to provide a sample
font in the picture (high contrast, target letters only) and specify the text in the picture.
The application allows you to set font search parameters and a break condition (match percentage).
Finally, you can manage fonts that will be skipped during the search.</p>

<p>Warning! The tool only works with fonts installed on your operating system</p>

<ol>
<li>
<p>It is recommended to use contrast pictures with dark text and bright background without other elements).
Text must be flat (without trajectories). Cropped image will be shown in the field below the image selection button.</p>
</li>
<li>
<p>It is necessary to specify the text from the picture (it’s case sensitive). This version of application allows
non-empty text strings no longer than 50 characters.</p>
</li>
<li>
<p>In some cases the font parameters may significantly change results of search. Specify them if you haven’t
received needed results.</p>
</li>
<li>
<p>You can use the stop factor if you want to pause search when you get the specified percentage of similarity
(between 50 and 99). The “Search” button starts fonts matching with the sample image.</p>
</li>
<li>
<p>After search complete you’ll get a list of most matching fonts (not more than 100). By clicking you can
see the specified text in selected font and style. Search may be too long. Use “Cancel” button to finish it
immediately and view current results.</p>
</li>
<li>
<p>Application will add fonts that give the same comparison results to skipping list. It will increase the search
speed. You can change it manually if needed or turn off using the corresponding flag</p>
</li>
</ol>

</body>
</html>
50 changes: 50 additions & 0 deletions .release/FontFinder_ru_ru.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<html charset='utf-8'>
<head>
<title>Font finder: руководство пользователя | FontFinder</title>
</head>

<body>

<h1 id="font-finder--">Font finder: руководство пользователя</h1>
<p><strong>ƒ</strong>  RD AAOW FDL; 4.02.2024; 18:53</p>

<p>Этот инструмент позволяет найти название/семейство шрифта по его изображению. Вам нужно только
предоставить образец шрифта на картинке (высококонтрастный, только целевые буквы) и указать текст на картинке.
Приложение позволяет задать параметры поиска шрифта и условие прерывания (процент совпадения).
Наконец, Вы можете управлять шрифтами, которые будут пропускаться во время поиска.</p>

<p>Предупреждение! Инструмент работает только со шрифтами, установленными в вашей операционной системе</p>

<ol>
<li>
<p>Рекомендуется использование контрастных изображений, на которых тёмный текст расположен на светлом фоне,
и кроме него ничего нет. Текст должен быть ровным (без траекторий). Обрезанное до границ текста изображение
будет отображено в поле ниже кнопки выбора картинки.</p>
</li>
<li>
<p>Для подбора шрифта необходимо указать текст, изображённый на картинке, с учётом регистра. В данной версии
программы текст не может быть длиннее 50 символов. Одновременно он не может отсутствовать.</p>
</li>
<li>
<p>В некоторых случаях параметры шрифта существенно влияют на его отображение. Укажите эти параметры,
если поиск не даёт желаемых результатов.</p>
</li>
<li>
<p>Если вы хотите, чтобы поиск был прерван при обнаружении совпадения с некоторым порогом, можно установить
соответствующий флажок. Порогом срабатывания этого правила служит число от 50 до 99 процентов. Нажатие кнопки
«Поиск» запустит перебор шрифтов на предмет совпадения с тем, который использован в загруженном изображении.</p>
</li>
<li>
<p>По окончании поиска в списке будет отображено не более 100 наиболее подходящих шрифтов и степени их совпадения
с оригиналом в процентах. Щелчок по любому результату позволяет отобразить заданный ранее текст с использованием
выбранного шрифта и стиля. Поиск может занимать значительное время. Используйте кнопку «Отмена», чтобы остановить
поиск и просмотреть уже имеющиеся результаты.</p>
</li>
<li>
<p>Приложение добавит шрифты, которые дают одинаковые результаты сравнения, в список пропуска. Это увеличит
скорость поиска. При необходимости вы можете изменить его вручную или отключить, используя соответствующий флажок</p>
</li>
</ol>

</body>
</html>
6 changes: 3 additions & 3 deletions .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Changes for v 3.5.9_:
_Changes for v 3.6_:
- The new identity has been applied;
- The “App about” interface has been updated;
- The font skipping interface is now able to remember its position;
- `XPUN` update has been applied
- The font skipping interface is now able to remember its position
3 changes: 3 additions & 0 deletions Changes.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Font finder: changes log

Version 3.6:
• The new identity has been applied

Version 3.5.9:
• The “App about” interface has been updated;
• The font skipping interface is now able to remember its position
Expand Down

0 comments on commit da68d61

Please sign in to comment.