Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 10,066 for

ttf

(0.16 sec)
  1. 如何修复 RuntimeException Fontconfig head 为 null|Do...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....apt-get install -y fontconfig ttf-dejavu Alpine (适用于极简 Docker 设置):...apk add --no-cache fontconfig ttf-dejavu Red Hat/CentOS : sudo...

    docs.aspose.com/cells/zh/java/how-to-fix-runtim...
  2. Aspose.Font for Java

    用于在 Java 应用程序中加载、绘制和保存各种字体的 Java API,包括 OpenType、Type1m、CFF 和 TrueType。...使用 Java 将 TTF 转换为 WOFF 使用 Java 在图像上写文本 使用 Java 将 TTF 转换为 SVG 如何使用...

    kb.aspose.com/zh/font/java/
  3. System Requirements|Documentation

    Aspose.Drawing for Java System Requirements and supported Java versions...fonts: sudo apt-get install ttf-mscorefonts-installer In MacOS...is necessary to install ttc/ttf/otf fonts and set the font directory...

    docs.aspose.com/drawing/java/system-requirements/
  4. 字体转换器| Java 版 Aspose.Font

    易于使用的Java库,用于从Aspose.font进行字体转换。允许您使用各种不同的字体(例如True Type或Web字体)工作。...Font支持: 格式 描述 TrueType ( TTF ) 它是 Mac Os 和 Microsoft Windows...操作系统之间最流行的格式之一。 True Type 字体的扩展名为 .ttf 。 TrueType 系列的字体可以轻松缩放到计算机和其...

    docs.aspose.com/font/zh/java/convert/
  5. 如何加载字体? | Aspose.Font for .NET

    详细介绍了如何使用 .NET 加载字体。您将了解所需的类、参数和方法,并获取具体的加载代码示例。...ttf 的文件中。在这种情况下,要访问此字体的字节流,我们需要使用其构造函数创建...FileSystemStreamSour( "Lora.ttf" ); 如果字体二进制数据位于由 byte[] fontArray...

    docs.aspose.com/font/zh/net/how-to-load-fonts/
  6. FontSavingArgs.bold property | Aspose.Words for...

    FontSavingArgs.bold property. Indicates whether the current font is bold....ttf files and save them alongside...filter (( s ) => s . endsWith ( ".ttf" ))) { console . log ( fontFilename...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Working with Fonts | Aspose.Page for .NET

    Aspose.Page for .NET offers conversion of fonts of Type1 and Type3 to TrueType. See code examples here.... TrueType (TTF) and its Microsoft derivative...allows converting these fonts to TTF. At the moment, Type1 and Type3...

    docs.aspose.com/page/net/working-with-fonts/
  8. Saving changed fonts to a disc | API for C++

    C++ API Solution to manage various fonts. Learn how to Save updated font files to disc with a few lines of code....demonstrates how to save a modified TTF font file. Create a new FontFileDefinition...Set FontType as TTF and FontFileDefinition as .ttf . Establish a...

    products.aspose.com/font/cpp/save-font/
  9. IFontSavingCallback.fontSaving method | Aspose....

    IFontSavingCallback.fontSaving method. Called when Aspose.Words is about to save a font resource....ttf files and save them alongside...filter (( s ) => s . endsWith ( ".ttf" ))) { console . log ( fontFilename...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 将 Type1 字体转换为 TrueType | Java API 解决方案

    本文演示了如何使用 Aspose.Page API 将 Type1 字体转换为 Java 版 Ttf 字体。并提供了代码片段。...Java 开发者指南 字体使用 将 Type1 字体转换为 TTF Live Demos Source Code API Reference...本文介绍如何使用 Java 将 Type1 字体转换为 TTF 字体。内容涵盖以下主题: 了解 Type 1 字体及其在...

    docs.aspose.com/page/zh/java/type1-to-ttf/