Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 141,565 for

font

(0.12 sec)
  1. Working with Text Styles | Aspose.Note Document...

    A guide on how to work with text styles within a Java development environment....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/note/java/working-with-text-sty...
  2. Aspose::Words::DocumentBuilderOptions::get_Cont...

    Aspose::Words::DocumentBuilderOptions::get_ContextTableFormatting method. True if the formatting applied to table content does not affect the formatting of the content that follows it. Default value is true in C++....Default font size is 12. builder -> Writeln ( u "Font size 12...Changes the font size inside the table. builder -> get_Font () -> set_Size...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Convert TTF to WOFF using C#

    Follow this article to convert TTF to WOFF using C#. It contains details to set the IDE, a list of steps, and a sample code to develop a Font TTF to WOFF converter using C#....Font Product Family Aspose.TeX Product...to WOFF in C# ensures that fonts are optimized, compatible with...

    kb.aspose.com/font/net/convert-ttf-to-woff-usin...
  4. TTF to WOFF2 Converter API | C++

    Native C++ API for easy TTF to WOFF2 Font conversion that works seamlessly on Windows and Linux, integrating into any C++ development environment....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/font/cpp/conversion/ttf-to-...
  5. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_UseTargetMachineFonts method. Flag indicates whether Fonts from target machine must be used to display the document. If this flag is set to true, FontFormat and ExportEmbeddedFonts properties do not have effect, also ResourceSavingCallback is not fired for Fonts. Default is false in C++....method Flag indicates whether fonts from target machine must be...ResourceSavingCallba is not fired for fonts. Default is false . bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Issue when we are saving aspose document into h...

    Hi @alexey.noskov , We are facing some issue when we are saving aspose document into html. I tried multiple ways but noting is fixing my issue and i created sample project and issue is able to reproduce. Plz save that h…...the row is set explicitly, and font size in the last cell is bigger:...margin-bottom:0pt; font-size:9pt"> <span style="font-family:Arial">Option...

    forum.aspose.com/t/issue-when-we-are-saving-asp...
  7. Access and Update the Portions of Rich Text of ...

    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....properties of a font, such as font name, font color, boldness...portions, each with a different font. We will access these portions...

    docs.aspose.com/cells/java/access-and-update-th...
  8. Font.SmallCaps | Aspose.Words for .NET

    Discover the Font SmallCaps property. Easily format text in small capital letters for enhanced readability and a stylish look in your designs....Contents [ Hide ] Font.SmallCaps property True if the font is formatted...doc , "all capitals" ); run . Font . AllCaps = true ; para . AppendChild...

    reference.aspose.com/words/net/aspose.words/fon...
  9. Font.position property | Aspose.Words for Python

    Font.position property. Gets or sets the position of text (in points) relative to the base line...position property Font.position property Gets or sets the position...text = 'Raised text. ' ) run . font . position = 5 para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  10. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...as screen DPI and the default font metrics, differences in those...default font used by Aspose.Cells (or the system default font if none...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...