Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: signintech/gopdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.0
Choose a base ref
...
head repository: signintech/gopdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.36.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 3, 2026

  1. feat(arabic): add tashkeel support and shadda+vowel ligatures

    - Add tashkeel (diacritical marks) constants: FATHA, DAMMA, KASRA, SUKUN, SHADDA, TANWEEN_*, and Quranic marks
    - Add Shadda+Vowel ligature constants (Arabic Presentation Forms-B)
    - Add GetShaddaLigature() function for vowel-to-ligature lookup
    - Add IsTashkeel() function to detect Arabic diacritical marks
    - Add Allah ligature (U+FDF2) automatic conversion
    - Implement reverseWithTashkeel() to keep tashkeel attached during RTL reversal
    - Update ToArabic() to handle tashkeel-aware character shaping
    - Add comprehensive tests for tashkeel handling and ligatures
    - Update Arabic example with Surah Al-Fatiha and Adobe-Arabic font
    AmmrFX committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    3b575d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. Configuration menu
    Copy the full SHA
    d8add56 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Configuration menu
    Copy the full SHA
    2dcf2ba View commit details
    Browse the repository at this point in the history
Loading