Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 10,028 for

ttf

(0.11 sec)
  1. 使用TrueType和Opentype字体| .NET

    C#API用于开发人员操纵和字体文件。找出如何使用.NET应用程序中的TrueType和Opentype字体。...NET TTF 是广泛采用的,并得到大多数操作系统和软件应用程序格式的支...或Opentype是TRUETYPE字体格式的扩展,保持TTF结构,但获得了其他功能,例如支持高级版式和多语言文本。 适用于...

    docs.aspose.com/font/zh/net/working-with-truety...
  2. Work with TrueType and OpenType Fonts| Java

    Java APIs for the developers to manipulate and font files. Find out how to work with TrueType and OpenType fonts in your Java products....TrueType and OpenType Fonts| Java TTF is a very popular format and...that keeps the structure of TTF but gains new features like support...

    docs.aspose.com/font/java/working-with-truetype...
  3. Aspose.Font for Java

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

    kb.aspose.com/zh/font/java/
  4. 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...
  5. FontSavingArgs.italic property | Aspose.Words f...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. HtmlFixedSaveOptions.font_format property | Asp...

    HtmlFixedSaveOptions.font_format property. Gets or sets [ExportFontFormat](../../exportfontformat/) used for font exporting... TTF save_options . export_embedded_fonts...using_machine_fonts/font001.ttf') format('truetype'); }" , out_doc_contents...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FontSavingArgs.keepFontStreamOpen property | As...

    FontSavingArgs.keepFontStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving a font....ttf files and save them alongside...filter (( s ) => s . endsWith ( ".ttf" ))) { console . log ( fontFilename...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FontSavingArgs.isExportNeeded property | Aspose...

    FontSavingArgs.isExportNeeded property. Allows to specify whether the current font will be exported as 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...
  9. FontSavingArgs.originalFileSize property | Aspo...

    FontSavingArgs.originalFileSize property. Gets the original font file size....ttf files and save them alongside...filter (( s ) => s . endsWith ( ".ttf" ))) { console . log ( fontFilename...

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

    此处展示了使用 Aspose.Page API 将 Type3 字体转换为 Ttf 字体的 Java 解决方案。通过附带的代码片段了解更多信息。...Java 开发者指南 字体使用 将 Type3 字体转换为 TTF Live Demos Source Code API Reference...本文介绍如何使用 Java 将 Type3 字体转换为 TTF 字体。内容涵盖以下主题: 探索 Type 3 字体及其在...

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