mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-02-07 21:03:59 -05:00
- Add font module with FontManager, FontProvider, MultiFontManager, and SystemFontProvider for multilingual font support - Add NotoSans-Regular.ttf for Latin text rendering - Replace pdf.ttf with Occulta.ttf glyphless font - Add script to generate new Occulta glyphless font - System font discovery for CJK, Arabic, Devanagari scripts
19 lines
380 B
Plaintext
19 lines
380 B
Plaintext
# SPDX-FileCopyrightText: 2022 James R. Barlow
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
# Always use Unix convention for new lines
|
|
* text eol=lf
|
|
|
|
# These files are binary and should be left untouched
|
|
# (binary is a macro for -text -diff)
|
|
*.jar binary
|
|
*.pdf binary
|
|
*.PDF binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.bin binary
|
|
*.afdesign binary
|
|
*.ttf binary
|
|
|
|
.git_archival.txt export-subst
|