mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2025-12-19 07:37:41 +03:00
* Enhance TOC parsing and chapter selection logic - Update .gitignore to include additional paths - Refactor Epub::parseContentOpf to improve NCX item retrieval - Modify ContentOpfParser to store media type in ManifestItem - Implement rebuildVisibleSpineIndices in EpubReaderChapterSelectionScreen for better chapter navigation - Adjust rendering logic to handle empty chapter lists gracefully * Refactor TOC parsing logic to streamline cover image and NCX item retrieval * add cyrillic ranges * revert * clang format fix
30 lines
935 B
C
30 lines
935 B
C
#pragma once
|
|
|
|
/**
|
|
* Generated with:
|
|
* ruby -rdigest -e 'puts [
|
|
* "./lib/EpdFont/builtinFonts/bookerly_2b.h",
|
|
* "./lib/EpdFont/builtinFonts/bookerly_bold_2b.h",
|
|
* "./lib/EpdFont/builtinFonts/bookerly_bold_italic_2b.h",
|
|
* "./lib/EpdFont/builtinFonts/bookerly_italic_2b.h",
|
|
* ].map{|f| Digest::SHA256.hexdigest(File.read(f)).to_i(16) }.sum % (2 ** 32) - (2 ** 31)'
|
|
*/
|
|
#define READER_FONT_ID 828106571
|
|
|
|
/**
|
|
* Generated with:
|
|
* ruby -rdigest -e 'puts [
|
|
* "./lib/EpdFont/builtinFonts/ubuntu_10.h",
|
|
* "./lib/EpdFont/builtinFonts/ubuntu_bold_10.h",
|
|
* ].map{|f| Digest::SHA256.hexdigest(File.read(f)).to_i(16) }.sum % (2 ** 32) - (2 ** 31)'
|
|
*/
|
|
#define UI_FONT_ID -56235187
|
|
|
|
/**
|
|
* Generated with:
|
|
* ruby -rdigest -e 'puts [
|
|
* "./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 -1952330053
|