Skip to content

Commit 358b549

Browse files
committed
Language Support!
Added several Unicode ranges: - Cyrillic - Greek - Hebrew - Powerline Symbols - Geometric Shapes - Fira Code Progress Bar Elements
1 parent dc3a5f7 commit 358b549

File tree

68 files changed

+2
-2
lines changed

Some content is hidden

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

68 files changed

+2
-2
lines changed

dist/otf/PixelCode-Black-Italic.otf

13.1 KB
Binary file not shown.

dist/otf/PixelCode-Black.otf

10.5 KB
Binary file not shown.

dist/otf/PixelCode-Bold-Italic.otf

13.1 KB
Binary file not shown.

dist/otf/PixelCode-Bold.otf

10.5 KB
Binary file not shown.
12.5 KB
Binary file not shown.

dist/otf/PixelCode-DemiBold.otf

10.5 KB
Binary file not shown.
13.2 KB
Binary file not shown.

dist/otf/PixelCode-ExtraBlack.otf

10.4 KB
Binary file not shown.
13.2 KB
Binary file not shown.

dist/otf/PixelCode-ExtraBold.otf

10.3 KB
Binary file not shown.
15.3 KB
Binary file not shown.

dist/otf/PixelCode-ExtraLight.otf

12 KB
Binary file not shown.

dist/otf/PixelCode-Italic.otf

11.4 KB
Binary file not shown.

dist/otf/PixelCode-Light-Italic.otf

15.2 KB
Binary file not shown.

dist/otf/PixelCode-Light.otf

12 KB
Binary file not shown.

dist/otf/PixelCode-Medium-Italic.otf

12.6 KB
Binary file not shown.

dist/otf/PixelCode-Medium.otf

10.6 KB
Binary file not shown.

dist/otf/PixelCode-Thin-Italic.otf

14.9 KB
Binary file not shown.

dist/otf/PixelCode-Thin.otf

11.9 KB
Binary file not shown.

dist/otf/PixelCode.otf

10.4 KB
Binary file not shown.

dist/ttf/PixelCode-Black-Italic.ttf

32.8 KB
Binary file not shown.

dist/ttf/PixelCode-Black.ttf

24.1 KB
Binary file not shown.

dist/ttf/PixelCode-Bold-Italic.ttf

32.3 KB
Binary file not shown.

dist/ttf/PixelCode-Bold.ttf

24.1 KB
Binary file not shown.
32.1 KB
Binary file not shown.

dist/ttf/PixelCode-DemiBold.ttf

24.1 KB
Binary file not shown.
32.4 KB
Binary file not shown.

dist/ttf/PixelCode-ExtraBlack.ttf

24.1 KB
Binary file not shown.
32.1 KB
Binary file not shown.

dist/ttf/PixelCode-ExtraBold.ttf

24.2 KB
Binary file not shown.
40.5 KB
Binary file not shown.

dist/ttf/PixelCode-ExtraLight.ttf

31.1 KB
Binary file not shown.

dist/ttf/PixelCode-Italic.ttf

27 KB
Binary file not shown.

dist/ttf/PixelCode-Light-Italic.ttf

39.6 KB
Binary file not shown.

dist/ttf/PixelCode-Light.ttf

31 KB
Binary file not shown.

dist/ttf/PixelCode-Medium-Italic.ttf

32.5 KB
Binary file not shown.

dist/ttf/PixelCode-Medium.ttf

24 KB
Binary file not shown.

dist/ttf/PixelCode-Thin-Italic.ttf

40.9 KB
Binary file not shown.

dist/ttf/PixelCode-Thin.ttf

31.1 KB
Binary file not shown.

dist/ttf/PixelCode.ttf

24.2 KB
Binary file not shown.
5.7 KB
Binary file not shown.

dist/woff2/PixelCode-Black.woff2

4.43 KB
Binary file not shown.
5.59 KB
Binary file not shown.

dist/woff2/PixelCode-Bold.woff2

4.55 KB
Binary file not shown.
5.44 KB
Binary file not shown.

dist/woff2/PixelCode-DemiBold.woff2

4.47 KB
Binary file not shown.
5.67 KB
Binary file not shown.

dist/woff2/PixelCode-ExtraBlack.woff2

4.46 KB
Binary file not shown.
5.59 KB
Binary file not shown.

dist/woff2/PixelCode-ExtraBold.woff2

4.43 KB
Binary file not shown.
6.51 KB
Binary file not shown.

dist/woff2/PixelCode-ExtraLight.woff2

5.24 KB
Binary file not shown.

dist/woff2/PixelCode-Italic.woff2

4.77 KB
Binary file not shown.
6.37 KB
Binary file not shown.

dist/woff2/PixelCode-Light.woff2

5.32 KB
Binary file not shown.
5.49 KB
Binary file not shown.

dist/woff2/PixelCode-Medium.woff2

4.48 KB
Binary file not shown.
6.55 KB
Binary file not shown.

dist/woff2/PixelCode-Thin.woff2

5.35 KB
Binary file not shown.

dist/woff2/PixelCode.woff2

4.28 KB
Binary file not shown.

src/build_from_images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import math
44
from math import sqrt
5-
from fontTools.designspaceLib import DesignSpaceDocument
5+
# from fontTools.designspaceLib import DesignSpaceDocument
66
from fontTools.pens.areaPen import AreaPen
77
from fontTools.agl import UV2AGL, AGL2UV
88
from ufoLib2.objects import Contour, Glyph, Info, Features, Point
@@ -338,7 +338,7 @@ def writeUFO(weight: int = 400, italicAngle: float = 0.0):
338338
styleNameShort = getStyleNameShort(weight, italicAngle)
339339
fullName = f"{familyName} {styleNameShort}".strip()
340340
majorVersion = 1
341-
minorVersion = 21
341+
minorVersion = 22
342342

343343
ufo.info = Info(
344344
versionMajor = majorVersion,

src/glyphs/0000-007F.png

352 Bytes

src/glyphs/0370-03FF.png

1.45 KB

src/glyphs/0400-045F.png

1.09 KB

src/glyphs/05D0-05FF.png

368 Bytes

src/glyphs/25A0-25FF.png

641 Bytes

src/glyphs/E0A0-E0BF.png

370 Bytes

src/glyphs/EE00-EE0B.png

191 Bytes

0 commit comments

Comments
 (0)