Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ JM_is_rtl_char
Function
JM_is_rtl_char
src/__init__.py:19447–19450 ·
view source on GitHub ↗
(ch)
Source
from the content-addressed store, hash-verified
19445
19446
19447
def
JM_is_rtl_char(ch):
19448
if
ch < 0x590 or ch > 0x900:
19449
return
False
19450
return
True
19451
19452
19453
def
JM_font_name(font):
Callers
1
extractWORDS
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…