Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 139,613 for

font

(0.3 sec)
  1. Visio to PNG not using fonts (Linux) - Free Sup...

    We are using aspose Diagram on Java to convert a VISIO to PDF & PNG on a Linux machine. As we are using windows Fonts so we added the required Fonts on the application and are adding them as shown bellow in the code sni…...Visio to PNG not using fonts (Linux) Aspose.Diagram Product Family...using windows fonts so we added the required fonts on the application...

    forum.aspose.com/t/visio-to-png-not-using-fonts...
  2. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...0 MB) In comparison 1: The font of values to right of the bar...renders it at as an EMF image, the font appears to be Calibri. In comparison...

    forum.aspose.com/t/incorrect-rendering-when-con...
  3. Manage Presentation Themes in Java|Aspose.Slide...

    Master presentation themes in Aspose.Slides for Java to create, customize and convert PowerPoint files with consistent branding.... a theme comprises colors, fonts , background styles , and effects.... Change Theme Font To allow you select fonts for themes and...

    docs.aspose.com/slides/java/presentation-theme/
  4. PhysicalFontInfo.FilePath | Aspose.Words for .NET

    Discover the PhysicalFontInfo FilePath property, easily locate your Font files for seamless design integration and enhanced typography in your projects....FilePath property Path to the font file if any. public string FilePath...available fonts. // Configure Aspose.Words to source fonts from a...

    reference.aspose.com/words/net/aspose.words.fon...
  5. Aspose html not rendering emojis - Free Support...

    When i use aspose html to convert to pdf. Aspose html is not rendering these icons :back::end::on::soon::top: properly. I have added all the Fonts you mentioned below and more. I am using ubuntu jammy for my runtime. i…... I have added all the fonts you mentioned below and more...arises due to font support limitations, as not all fonts include emoji...

    forum.aspose.com/t/aspose-html-not-rendering-em...
  6. Adding Text Dynamically|Aspose.Slides Documenta...

    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.... Font . Name = "Arial" ; txtRange . Font . Bold = Microsoft...MsoTriState . msoTrue ; txtRange . Font . Size = 32 ; //Write the output...

    docs.aspose.com/slides/net/adding-text-dynamica...
  7. Customize Chart Legends in Presentations on And...

    Customize chart legends with Aspose.Slides for Android via Java to optimize PowerPoint presentations with tailored legend formatting.... dispose (); } Set the Font Size of a Legend The Aspose...lets developers allow to set font size of legend. Please follow...

    docs.aspose.com/slides/androidjava/chart-legend/
  8. Aspose::Words::FontSubstitutionWarningInfo::get...

    Aspose::Words::FontSubstitutionWarningInfo::get_RequestedBold method. Indicates whether bold style was requested in C++....additional information about font substitution. auto doc = System...MakeObject < Aspose :: Words :: Fonts :: FontSettings > (); fontSettings...

    reference.aspose.com/words/cpp/aspose.words/fon...
  9. FillType enumeration | Aspose.Words for Python

    aspose.words.drawing.FillType enumeration. Specifies fill type for a fillable object....docx' ) # Get Fill object for Font of the first Run. fill = doc...0 ] . font . fill # Check Fill properties of the Font. print...

    reference.aspose.com/words/python-net/aspose.wo...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the Font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...at this issue, Can I put this font in the static file of my project...Aspose.Words does not read fonts packed into JAR or WAR. So in...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...