OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_name_or_index
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/
macUtils.py
61
def __init__(self, path,
res_name_or_index
):
64
if isinstance(
res_name_or_index
, basestring):
65
res = Res.Get1NamedResource('sfnt',
res_name_or_index
)
67
res = Res.Get1IndResource('sfnt',
res_name_or_index
)
__init__.py
68
def __init__(self, file=None,
res_name_or_index
=None,
77
It we're running on a Macintosh, '
res_name_or_index
' maybe an sfnt
150
if haveMacSupport and
res_name_or_index
is not None:
153
if
res_name_or_index
== 0:
160
file = macUtils.SFNTResourceReader(file,
res_name_or_index
)
Completed in 751 milliseconds