Skip to content

Commit 148ac6e

Browse files
author
doakey3
committed
added some russian characters
1 parent e9b2219 commit 148ac6e

File tree

407 files changed

+565
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

407 files changed

+565
-1
lines changed

README.rst

100644100755
File mode changed.

__init__.py

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ def init_props():
137137
fonts = [
138138
("consolas", "Consolas", "A monospace font based on Consolas by doakey3"),
139139
("hershey_script_simplex", "Hershey's Script Simplex", "A cursive font made by by Dr. Allen Vincent Hershey"),
140-
("hershey_roman_simplex", "Hershey's Roman Simplex", "A sans font made by by Dr. Allen Vincent Hershey")
140+
("hershey_roman_simplex", "Hershey's Roman Simplex", "A sans font made by by Dr. Allen Vincent Hershey"),
141+
("shohrukh_russian", "Shohrukh's Russian", "A font made by Shohrukh for Russian characters")
141142
]
142143

143144
bpy.types.Scene.gw_font = bpy.props.EnumProperty(

extras/consolas.blend

7.45 KB
Binary file not shown.

extras/export_letters.py

100644100755
File mode changed.

extras/font website.txt

100644100755
File mode changed.

extras/hershey_roman_simplex.blend

100644100755
File mode changed.

extras/hershey_script_simplex.blend

100644100755
File mode changed.

extras/rename_letters.py

100644100755
File mode changed.

extras/russian_test_string.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя

extras/shohrukh_russian.blend

910 KB
Binary file not shown.

0 commit comments

Comments
 (0)