We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebd4d6 commit fecd631Copy full SHA for fecd631
REQUIRE
@@ -6,3 +6,4 @@ TimeZones
6
Documenter
7
LabelNumerals
8
IntervalTrees
9
+AdobeGlyphList
src/PDFontTables.jl
@@ -55,14 +55,6 @@ const Glyphname_to_MEXEncoding = reverse_dict(MEXEncoding_to_GlyphName)
55
const GlyphName_to_SYMEncoding = reverse_dict(SYMEncoding_to_GlyphName)
56
const GlyphName_to_ZAPEncoding = reverse_dict(ZAPEncoding_to_GlyphName)
57
58
-# To be deleted when AGL gets registered.
59
-
60
-try
61
- Pkg.installed("AdobeGlyphList") !== nothing
62
-catch
63
- Pkg.clone("https://github.com/sambitdash/AdobeGlyphList.jl.git")
64
-end
65
66
using AdobeGlyphList
67
68
function agl_mapping_to_dict(m)
0 commit comments