Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 11,701 for

font rendering

(0.07 sec)
  1. Working with TrueType and OpenType Fonts | C++

    C++ APIs for the developers to manipulate and Font files. Find out how to work with TrueType and OpenType Fonts in your C++ projects....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/cpp/working-with-truetype-...
  2. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...is likely due to the default font color setting in the document...document. When you set the font properties for the footer text, you...

    forum.aspose.com/t/footer-text-showing-in-grey-...
  3. Aspose::Words::FontSubstitutionWarningInfo::get...

    Aspose::Words::FontSubstitutionWarningInfo::get_RequestedItalic method. Indicates whether italic style was requested in C++....additional information about font substitution. auto doc = System...Document > ( get_MyDir () + u "Rendering.docx" ); auto callback = System...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. Hidden Text with Bullet Formatting Creates Phan...

    Issue Summary When converting Word documents to PDF using Aspose.Words, paragraphs with hidden text and bullet/list formatting still display bullets in the PDF output, even after removing both the hidden text runs and th…...Remove hidden text (text with Font.setHidden(true) ) from Word...Hidden text (text runs with Font.getHidden() == true ) List/bullet...

    forum.aspose.com/t/hidden-text-with-bullet-form...
  5. Aspose.Diagram字体操作|Documentation

    本页介绍如何使用 Aspose.Diagram 库操作字体。..."C:\\MyFonts\\" , "D:\\Misc\\Fonts\\" }; // Load the Visio diagram...vsdx" ); // Setting the custom font directories diagram . FontDirs...

    docs.aspose.com/diagram/zh/net/aspose-diagram-f...
  6. IFontSavingCallback Interface | Aspose.Words fo...

    Control Font saving in Aspose.Words with the IFontSavingCallback interface. Get notifications and customize HTML exports for optimal document quality....Words saves fonts when exporting a document to...Aspose.Words is about to save a font resource. Examples Shows how...

    reference.aspose.com/words/net/aspose.words.sav...
  7. FontSavingArgs.FontFamilyName | Aspose.Words fo...

    Discover the FontSavingArgs FontFamilyName property to easily manage and customize your Font family for enhanced design flexibility....property Indicates the current font family name. public string FontFamilyName...custom logic for exporting fonts when saving to HTML. public...

    reference.aspose.com/words/net/aspose.words.sav...
  8. FontSavingArgs.Bold | Aspose.Words for .NET

    Discover the FontSavingArgs Bold property to easily determine if your Font is bold. Enhance your typography for better readability and design....Indicates whether the current font is bold. public bool Bold {...custom logic for exporting fonts when saving to HTML. public...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FontSavingArgs.italic property | Aspose.Words f...

    FontSavingArgs.italic property. Indicates whether the current Font is italic....Indicates whether the current font is italic. get italic () : boolean...custom logic for exporting fonts when saving to HTML. test ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Charts have wrong axis labels when converting f...

    Hi, When converting a DOCX to PDF, I noticed some x-axis labels in some charts are wrongly rendered. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pdf", new PdfSaveOptions()); I’ve attached the test …...in some charts are wrongly rendered. Code: var doc = new Document(@"...Aspose.Words handles the rendering of charts and their elements...

    forum.aspose.com/t/charts-have-wrong-axis-label...