Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 34,199 for

custom font

(0.29 sec)
  1. Aspose.Drawing Java API Features|Documentation

    Aspose.Drawing Java API for drawing pictures. Cross-platform drawing library for support 2D drawing including drawing lines, drawing shapes and bezier curves. Using affine transformation, anti-aliasing lines and shapes. Rendering text with different styles and Fonts....and hinting, ensuring smooth font edges without uneven contours...for a strikeout or underline font rendering and the capability...

    docs.aspose.com/drawing/java/developer-guide/dr...
  2. Manipulate and Substitute TrueType Fonts in C#|...

    Aspose.Words for .NET can embed the correct TrueType Fonts into the resulting document to ensure that it displays accurately using C#. If a Font or a specific character is not available, Aspose.Words searches for a suitable Font replacement or uses the Font fallback mechanism....Manipulate and Substitute TrueType Fonts Contents [ Hide ] Purpose Summary...Words handles TrueType fonts, including font substitution, embedding...

    docs.aspose.com/words/net/manipulating-and-subs...
  3. EOT Fonts Knowledge Base

    EOT Fonts. Once crucial for web typography, now less relevant due to browser evolution. Explore their history and changing role in web design....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/font/net/what-is-font/eot-font/
  4. Text annotation does not handle right to left t...

    Hello, When adding a text annotation with hebrew text on a PDF, on the output document the text is reversed, left to right instead of right to left. You can see in the picture bellow, displayed in Adobe Reader, the tex…...(including font selection). Whether you are setting a custom appearance...recent builds. Try setting a custom appearance for the annotation...

    forum.aspose.com/t/text-annotation-does-not-han...
  5. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the document....DocumentBuilder ( doc ); // Create a custom paragraph style. let style..."MyStyle1" ); style . font . size = 24 ; style . font . name = "Verdana"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBase.Styles | Aspose.Words for .NET

    Explore the DocumentBase Styles property to access a rich collection of Customizable styles, enhancing your document's visual appeal and consistency....DocumentBuilder ( doc ); // Create a custom paragraph style. Style style..."MyStyle1" ); style . Font . Size = 24 ; style . Font . Name = "Verdana"...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Export Presentations to XAML in PHP|Aspose.Slid...

    Convert PowerPoint and OpenDocument slides to XAML using Aspose.Slides for PHP via Java — quick, Office-free solution that keeps your layout intact....Presentations to XAML with Custom Options You get to select options...ensure predictable fonts if the original font is not available...

    docs.aspose.com/slides/php-java/export-to-xaml/
  8. Rule Builder – Configure SVG Style – Aspose.SVG...

    In this article, we consider the Rule Builder styling feature, which enables developers to apply CSS-like rules to SVG elements....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/svg/net/rule-builder/
  9. Developer Guide | Aspose.Font for Node.js

    Developer Guide for Node.js Font Manipulation API explains developers how to work with TrueType and OpenType Fonts, Type1 Fonts, and CFF Fonts....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/font/nodejs-cpp/developer-guide/
  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...environment or a custom display‑scale setting). The default font used by...

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