alhena 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +3 -1
- data/lib/alhena/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce5de3849b4aa2df47ea56cdeb9973a32292f141bc112dee2ea982cb57a34458
|
|
4
|
+
data.tar.gz: 5a8511d09bdd3ba79634eebe8ea808fd90e8381a146e213b600315a81551d4d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bdac70ca3bb5b3f5e9b36478bc0abab8323efe5b5127788ceffb0ef4bc8d294a3ed14b63e807834618888d9e87e8ffbf4b5dc9d2f8a65ee8ecc833938bb7f54
|
|
7
|
+
data.tar.gz: a8c8e4713dedce77ea623faaf562e1014a523738798bb96a823463aa94f5e81334286bf7bcd4f9f1609941585032a357a56df269d4c182ca4facc2fb9bcd55f7
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -23,6 +23,8 @@
|
|
|
23
23
|
|
|
24
24
|
Alhena reads TrueType, OpenType, and TTC fonts, extracts their outlines, and rasterizes antialiased grayscale, LCD, and color glyph bitmaps. It has no runtime gem dependencies or native extensions.
|
|
25
25
|
|
|
26
|
+

|
|
27
|
+
|
|
26
28
|
## Features
|
|
27
29
|
|
|
28
30
|
- TrueType, OpenType CFF1/CFF2, and TTC font parsing
|
|
@@ -175,7 +177,7 @@ Measurements below are medians of five batches on Ruby 4.0.0 with YJIT on arm64-
|
|
|
175
177
|
| A at 14px, cache hit | 0.48 µs | 5 µs |
|
|
176
178
|
| ASCII 95 glyph prewarm | 4.79 ms | 60 ms |
|
|
177
179
|
| 鬱 at 48px, uncached | 0.47 ms | 3 ms |
|
|
178
|
-
| 10,000 downsampled rows | 100.37 ms |
|
|
180
|
+
| 10,000 downsampled rows | 100.37 ms | 250 ms |
|
|
179
181
|
|
|
180
182
|
Cache glyphs in interactive applications so each glyph is normally rasterized once per size and position. These measurements are local evidence, not universal guarantees.
|
|
181
183
|
|
data/lib/alhena/version.rb
CHANGED