在图像编辑器中集成 Typekit

Integrating Typekit in Image Editor

我有一个 Android 应用程序可以正常启动 Adob​​e Image Editor。

Intent imageEditorIntent = new AdobeImageIntent.Builder(mContext)
                    .setData(selectedImageUri)
                    .withToolList(tools)
                    .withOutput(new File(lastSavedFilePath))
                    .build();
            startActivityForResult(imageEditorIntent, 2);

我想为字体 selection 集成 Typekit,因为我看到当您 select "Text" 工具。我找不到关于此的文档。 Closest thing I can find 是关于将 TypeKit UI 添加到我自己的 activity,但这并不是我想要做的

目前无法允许用户在 Creative SDK 图像编辑器中使用 select Typekit 字体。