Ezra SIL Font — bundled with Grace
=================================

Source:    SIL International — https://software.sil.org/ezra/
Licence:   SIL Open Font Licence (OFL) version 1.1
Status:    Scaffold-only stub — the actual TTF binary
           (``EzraSIL.ttf``) is NOT committed to the source tree.
           Packaged distributions (.deb / Flatpak / NSIS / .dmg)
           include the binary; source checkouts do not.

When ``EzraSIL.ttf`` is absent, ``QFontDatabase.addApplicationFont``
returns -1 and ``grace.ui.fonts`` logs a WARNING. Qt's font
substitution then chooses whatever Hebrew font the operating
system has installed (Noto Serif Hebrew on a default Ubuntu 24.04,
SBL Hebrew if the user installed it manually, etc.). The Reader
and StrongsPanel both still render Hebrew text correctly — just
not in the precise typeface we'd ship.

OFL 1.1 — Full License Text
---------------------------

The full OFL 1.1 text accompanies every distribution that includes
the binary. It is reproduced in the project-wide
``THIRD_PARTY_LICENSES`` file at the repository root and inside the
packaged artefact under
``share/doc/grace/THIRD_PARTY_LICENSES``. Source-tree consumers
should refer to https://scripts.sil.org/OFL for the canonical text.

Attribution required by OFL
---------------------------

When the binary is bundled, the following credit must appear in
the application's About > Acknowledgements tab and in
THIRD_PARTY_LICENSES:

    "Ezra SIL is © SIL International, used under the SIL Open
     Font Licence v1.1."

This entry is rendered automatically by
``grace.ui.dialogs.about_dialog.AcknowledgementsTab`` when the
font file is present; the absence of the file suppresses the
acknowledgement so the About dialog accurately reports what is
shipping.
