【问题标题】:Integrating Typekit in Image Editor在图像编辑器中集成 Typekit
【发布时间】:2016-12-05 11:34:55
【问题描述】:

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

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

我想集成 Typekit 以进行字体选择,因为我看到 Aviary 应用程序会在您选择“文本”工具时自动让您从 typekit 中选择字体。我找不到有关此的文档。 Closest thing I can find 是关于将 TypeKit UI 添加到我自己的活动中,但这并不是我想要做的

【问题讨论】:

    标签: android typekit adobecreativesdk


    【解决方案1】:

    目前不允许用户在 Creative SDK 图像编辑器中选择 Typekit 字体。

    【讨论】:

    • Aviary 应用程序做到了
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-10-12
    • 2018-08-14
    • 1970-01-01
    • 2014-04-16
    • 1970-01-01
    • 1970-01-01
    • 2017-11-07
    相关资源
    最近更新 更多