Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 2,303 for

ttf

(0.03 sec)
  1. Convert CFF to OTF seamlessly | API for .NET

    Learn how to convert CFF to OTF using .NET API. Integrate this native CFF to OTF font conversion functionality into your own solution....Ttf.TtfFont Aspose.Font.Ttf.TtfFont destFont...Convert(FontType.OTF) as Aspose.Font.Ttf.TtfFont; // Change the name of...

    products.aspose.com/font/net/conversion/cff-to-...
  2. 从CFF文件加载字体| .NET

    。让我们看一下如何从CFF文件中制作它。...CFF, "ttf" , new ByteContentStreamSou(fontBytes));...有关如何使用aspose.font的更多示例在 中,在 的 中。 从TTF文件加载字体 字体转换器 Have a question about...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  3. Load a font from CFF file | C++

    C++ API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....(Aspose::Font::FontType::CFF, u "ttf" , System::MakeObject < ByteContentStreamSou...the of the . Load a font from TTF file Font converter Have a question...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  4. 字体转换。高级详细信息| .NET

    .NET API从Aspose.font转换字体。有时,您需要在保存之前读取转换的字体数据。这里的方法旨在帮助它。... 字体类型 字体对象 TTF Aspose.Font.Ttf.TtfFont Type1 Aspose...Cff.CffFont OTF Aspose.Font.Ttf.TtfFont 在保存结果字体或保存结果字体之前,请使用结果字体对象访问/更改字体属性。...

    docs.aspose.com/font/zh/net/convert/advanced-me...
  5. HtmlFixedSaveOptions.ResourceSavingCallback | A...

    Optimize your document exports with the HtmlFixedSaveOptions ResourceSavingCallback. Control image, font, and CSS saving for enhanced HTML output....ttf" : case ".woff" : { // By default...

    reference.aspose.com/words/net/aspose.words.sav...
  6. IResourceSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves external resources images fonts and css when saving a document to fixed page HTML or SVG in Java.... switch (extension) { case "ttf": case "woff": { // By default... switch (extension) { case "ttf": case "woff": { // By default...

    reference.aspose.com/words/java/com.aspose.word...
  7. 从CFF文件加载字体| C ++

    C ++ API解决方案即使此文件不是字体Inself,也可以从硬盘驱动器上加载字体。让我们看一下如何从CFF文件中制作它。...(Aspose::Font::FontType::CFF, u "ttf" , System::MakeObject < ByteContentStreamSou...有关如何使用 Aspose.Font 的更多示例,请参阅 和 。 从TTF文件加载字体 字体转换器 Have a question about...

    docs.aspose.com/font/zh/cpp/how-to-load-fonts/l...
  8. 功能列表Aspose.Font 适用于C++

    C ++字体API支持不同的字体格式和文件操作,例如加载,读取,检测,提取和渲染字体字形和字体数据。... 丰富的功能 api支持的字体文件格式 CFF TTC TTF EOT SVG WOFF和Woff2 Truetype和opentype字体...使用字体字形渲染文本。 合并TrueType字体。 将不同的字体转换为TTF,Woff,Woff2或CFF格式。 要查看代码示例和功能的说明,请访问...

    docs.aspose.com/font/zh/cpp/feature-list/
  9. ResourceSavingArgs.ResourceStream | Aspose.Word...

    Discover the ResourceSavingArgs ResourceStream property to easily define where your resources are saved, enhancing efficiency and control in your projects....ttf" : case ".woff" : { // By default...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 字体转换器| node.js的API解决方案

    易于使用的node.js通过C ++库从Aspose.font进行字体转换。允许您使用其他字体(例如True Type或Web字体)工作。... 以下是将字体从 ttf 转换为 woff 格式的示例。 Copy 1 const...font_file = "./fonts/Lora-Regular.ttf" ; 4 5 console. log ( ' Aspose...

    docs.aspose.com/font/zh/nodejs-cpp/convert-font/