Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 3,413 for

ttf

(0.04 sec)
  1. How to Run Aspose.Slides for Java in Docker|Asp...

    Learn how to easily run Aspose.Slides for Java in Docker. Step-by-step guide for fast setup, reduced compatibility issues, and smooth presentation processing in containers....openjdk-11-jdk wget fontconfig ttf-mscorefonts-installer OpenJDK...openjdk-11-jdk \ wget \ fontconfig \ ttf-mscorefonts-installer && \ rm...

    docs.aspose.com/slides/java/how-to-run-aspose-s...
  2. FontSavingArgs.KeepFontStreamOpen | Aspose.Word...

    Discover how the KeepFontStreamOpen property in FontSavingArgs lets Aspose.Words manage font streams efficiently, enhancing your document processing experience....ttf files and save them alongside...ArtifactsDir ), s => s . EndsWith ( ".ttf" ))) Console . WriteLine ( fontFilename...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 支持的字体格式|Documentation

    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....支持的字体格式 Contents [ Hide ] 格式 描述 TTF TrueType 字体 TTC TrueType 集合 OTF...

    docs.aspose.com/cells/zh/net/supported-font-for...
  4. truetype字体的字形和指标|爪哇

    Java API可供开发人员操纵和字体文件。了解如何与Java内Ttf字体的字形和指标一起工作的基础。...Font API可用于打开TTF字体文件,并使用以下示例代码从这些文件中读取字体指标信息。...getDataDir () + "Montserrat-Regular.ttf" ; //Font file name with full...

    docs.aspose.com/font/zh/java/glyphs-and-metrics...
  5. 在 Java 中使用自定义 PowerPoint 字体|Aspose.Slides 文档

    在 Java 中使用 PowerPoint 自定义字体...ttf) 和 TrueType Collection (.ttc)...readAllBytes ( "customfonts/CustomFont1.ttf" ); byte [] memoryFont2 = Files...

    docs.aspose.com/slides/zh/java/custom-font/
  6. FontSavingArgs.FontStream | Aspose.Words for .NET

    Discover the FontSavingArgs FontStream property, enabling seamless font storage and management for enhanced application performance and user experience....ttf files and save them alongside...ArtifactsDir ), s => s . EndsWith ( ".ttf" ))) Console . WriteLine ( fontFilename...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Font classes for supported Font Formats | API f...

    Getting learned Aspose.Font for Java library is better by starting by learning the hierarchy of its classes. Find out how to manipulate fonts here....font object type TrueType TTF Type 1 Type 1 Compact Font Format...loading with com.aspose.font: ttf , ttc , eot , woff , woff2 ....

    docs.aspose.com/font/java/developer-guide/font-...
  8. WOFF to WOFF2 Converter API | C++

    C++ API to transform WOFF to WOFF2, allowing you to adapt your typography precisely to your application's needs and target platforms....as input formats: TrueType (TTF) and Web Open Font Format (WOFF...convert Run code Output format TTF WOFF WOFF2 Select the target...

    products.aspose.com/font/cpp/conversion/woff-to...
  9. 档案

    档案...ttf"; //带有完整路径的字体文件名 System::Sha...ype::TTF, System::MakeObject<FontFileDefinition>(u"ttf", Sys...

    blog.aspose.com/zh/font/render-truetype-fonts-cpp/
  10. 在 Python 中自定义 PowerPoint 字体|Aspose.Slides for P...

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 幻灯片中嵌入自定义字体,以确保您的演示文稿在任何设备上都保持清晰一致。...ttf)和TrueType Collection (.ttc)字体。请参见...with open ( path + "CustomFont1.ttf" , "br" ) as font1 : memoryFont1...

    docs.aspose.com/slides/zh/python-net/custom-font/