Skip to content

Commit fecd631

Browse files
committed
Adding AdobeGlyphList to REQUIRE
1 parent eebd4d6 commit fecd631

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ TimeZones
66
Documenter
77
LabelNumerals
88
IntervalTrees
9+
AdobeGlyphList

src/PDFontTables.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ const Glyphname_to_MEXEncoding = reverse_dict(MEXEncoding_to_GlyphName)
5555
const GlyphName_to_SYMEncoding = reverse_dict(SYMEncoding_to_GlyphName)
5656
const GlyphName_to_ZAPEncoding = reverse_dict(ZAPEncoding_to_GlyphName)
5757

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-
6658
using AdobeGlyphList
6759

6860
function agl_mapping_to_dict(m)

0 commit comments

Comments
 (0)