Sort Score
Result 10 results
Languages All
Labels All
Results 5,121 - 5,130 of 142,711 for

font

(1.41 sec)
  1. Change the HTML Link Target Type with C++|Docum...

    Learn how to change the HTML link target type using Aspose.Cells for C++. Control the target attribute in HTML links programmatically....Properties with C++ Set Default Font while rendering spreadsheet...

    docs.aspose.com/cells/cpp/change-the-html-link-...
  2. Excel Themes and Colors|Documentation

    Learn how to use custom color schemes with Aspose.Cells for Node.js via C++....easy to coordinate colors, fonts, and graphic formatting effects...applies a cell’s foreground and font colors based on the default...

    docs.aspose.com/cells/nodejs-cpp/excel-themes-a...
  3. Saving as SVG mess up text extraction in this d...

    In this attached document 4411_NOK.pdf (114.5 KB) If I try to do text extraction after saving the doc as SVG, some characters are substituted by others. It reads : “En utilisant nos services ou en vous inscrivant, vou…...how the SVG format handles fonts and text rendering. When converting...problem may stem from improper font embedding in the PDF, which...

    forum.aspose.com/t/saving-as-svg-mess-up-text-e...
  4. 档案

    档案...Blue), 1); // 设置文本字体 Font arial = new Font("Arial", 20, FontStyle...1); // 设置字体样式、大小等。 Font arial = new Font("Arial", 20, FontStyle...

    blog.aspose.com/zh/drawing/draw-text-image-csharp/
  5. Format Presentation Charts on Android|Aspose.Sl...

    Learn chart formatting in Aspose.Slides for Android via Java and elevate your PowerPoint presentation with professional, eye-catching styling.... dispose (); } Set Font Properties for a Chart Aspose...provides support for setting the font related properties for the chart...

    docs.aspose.com/slides/androidjava/chart-format...
  6. Insert text with html to a table cell PDF .net ...

    Hi, i am building a PDF document. i need to add text Dim s1 As String = "STAFF STATUS: "to a table cell. since it has html in it, i believe i have to do something different. here is part the code. Dim doc As Do…...style='text-align:center;'><h3 style='font-family:Arial;'>QUOTATION</h3></div>");...style='text-align:center;'><h3 style='font-family:Arial;'>QUOTATION</h3></div>");...

    forum.aspose.com/t/insert-text-with-html-to-a-t...
  7. Excel Themes and Colors|Documentation

    C# code to use Excel Color Scheme with Aspose.Cells for Python via .NET API...easy to coordinate colors, fonts, and graphic formatting effects...applies a cell’s foreground and font colors based on the default...

    docs.aspose.com/cells/python-net/excel-themes-a...
  8. Format Presentation Charts in PHP|Aspose.Slides...

    Learn chart formatting in Aspose.Slides for PHP via Java and elevate your PowerPoint presentation with professional, eye-catching styling....$pres -> dispose (); } } Set Font Properties for a Chart Aspose...provides support for setting the font related properties for the chart...

    docs.aspose.com/slides/php-java/chart-formatting/
  9. HtmlInsertOptions | Aspose.Words for Java

    Specifies options for the MAspose.Words.DocumentBuilder.InsertHtmlSystem.StringAspose.Words.HtmlInsertOptions method in Java.... USE_BUILDER_FORMATTING Use font and paragraph formatting specified...int USE_BUILDER_FORMATTING Use font and paragraph formatting specified...

    reference.aspose.com/words/java/com.aspose.word...
  10. Extract ttf from ttc file, missing PostScriptNa...

    On Mac, I need to extract a ttf file from a ttc. I use this code to do that. int collectionIndex = 0 TtcFontSource source = new TtcFontSource(FontPath); FontDefinition[] fds = source.GetFontDefinitions(); TtfFont ttfF…...Font Product Family Whiletrue March...TtfFont ttfFont = Aspose.Font.Font.Open(fds[collectionIndex])...

    forum.aspose.com/t/extract-ttf-from-ttc-file-mi...