Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 2,102 for

fontsettings

(0.04 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Res...

    Aspose::Words::Saving::HtmlSaveOptions::get_ResolveFontNames method. Specifies whether font family names used in the document are resolved and substituted according to Fontsettings when being written into HTML-based formats in C++....substituted according to FontSettings when being written into...source documents. That is, FontSettings are ignored and no resolution...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Font missmatch between Word, PDF, and image typ...

    Hi Aspose Team, we face a problem when converting word to any image format (JPEG, PNG). We are using template word document using document builder. The content inserted in the word contains an SVG in an HTML string. The…...this, you can utilize the FontSettings class in Aspose.Words, which...Define FontSettings : Create an instance of FontSettings and specify...

    forum.aspose.com/t/font-missmatch-between-word-...
  3. MemoryFontSource Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.MemoryFontSource class, enabling seamless access to TrueType fonts stored in memory for enhanced document processing.... FontSettings = new FontSettings (); doc . FontSettings . SetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  4. FontSettings.SetFontsFolders | Aspose.Words for...

    Discover how to use the SetFontsFolders method in Aspose.Words to customize TrueType font locations for optimal document rendering and embedding....SetFontsFolders Contents [ Hide ] FontSettings.SetFontsFolders method Sets...[] originalFontSources = FontSettings . DefaultInstance . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  5. Aspose::Words::WarningType enum | Aspose.Words ...

    Aspose::Words::WarningType enum. Specifies the type of a warning that is issued by Aspose.Words during document loading or saving in C++.... auto fontSettings = MakeObject < FontSettings > (); fontSettings...set_DefaultFontName ( u "Arial" ); ; fontSettings -> get_SubstitutionSettings...

    reference.aspose.com/words/cpp/aspose.words/war...
  6. Aspose::Words::Fonts::FontConfigSubstitutionRul...

    Aspose::Words::Fonts::FontConfigSubstitutionRule::IsFontConfigAvailable method. Check if fontconfig utility is available or not in C++.... auto fontSettings = MakeObject < FontSettings > (); SharedPtr...> fontConfigSubstituti = fontSettings -> get_SubstitutionSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. Aspose::Words::IWarningCallback interface | Asp...

    Aspose::Words::IWarningCallback interface. Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in C++....>> originalFontSources = FontSettings :: get_DefaultInstance ()...folder that does not exist. FontSettings :: get_DefaultInstance ()...

    reference.aspose.com/words/cpp/aspose.words/iwa...
  8. FolderFontSource Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.FolderFontSource class, your solution for managing TrueType fonts efficiently. Enhance your document's typography today!... FontSettings = new FontSettings (); doc . FontSettings . SetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  9. FolderFontSource | Aspose.Words for Java

    Represents the folder that contains TrueType font files in Java....setFontSettings(new FontSettings()); doc.getFontSettings()...doc.setFontSettings(new FontSettings()); doc.getFontSettings()...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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....mechanisms are contained in the FontSettings class. This class is responsible...However, each instance of FontSettings has its own cache, which...

    docs.aspose.com/words/net/manipulating-and-subs...