mirror of
https://github.com/crosspoint-reader/crosspoint-reader.git
synced 2026-04-29 10:26:52 -07:00
Fix: restores cyrillic glyphs to Pixel Arial font (#70)
## Summary * adds cyrillic glyphs to pixel arial font, used as Small font in UI ## Additional Context * with recent changes pixel arial font lost cyrillic glyphs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -26,4 +26,4 @@
|
||||
* "./lib/EpdFont/builtinFonts/pixelarial14.h",
|
||||
* ].map{|f| Digest::SHA256.hexdigest(File.read(f)).to_i(16) }.sum % (2 ** 32) - (2 ** 31)'
|
||||
*/
|
||||
#define SMALL_FONT_ID (-139796914)
|
||||
#define SMALL_FONT_ID 1482513144
|
||||
|
||||
Reference in New Issue
Block a user