Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 141,419 for

font

(0.09 sec)
  1. FontInfo.name property | Aspose.Words for Python

    FontInfo.name property. Gets the name of the Font....property Gets the name of the font. @property def name ( self )...to print the details of what fonts are present in a document. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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-...
  3. Font.snapToGrid property | Aspose.Words for Nod...

    Font.snapToGrid property. Specifies whether the current Font should use the document grid characters per line settings when laying out....snapToGrid property Font.snapToGrid property Specifies whether...whether the current font should use the document grid characters per...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Add Text to PDF in Python|Aspose.PDF for Python...

    Learn how to add text, HTML fragments, lists, links, and custom Fonts to PDF documents in Python....specific position, to styling it (font, size, color, style), handling...or LaTeX fragments, custom fonts, and text formatting options...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...
  5. Run | Aspose.Words for .NET

    Create and customize your Run class instance effortlessly. Unlock powerful features for streamlined performance and enhanced functionality.... Font . Color = Color . Red ; para...format a run of text using its font property. Document doc = new...

    reference.aspose.com/words/net/aspose.words/run...
  6. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current Font....underline type for the current font. @property def underline ( self... Underline . DASH builder . font . color = aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. SaveOptions.allow_embedding_post_script_fonts p...

    SaveOptions.allow_embedding_post_script_Fonts property. Gets or sets a boolean value indicating whether to allow embedding Fonts with PostScript outlines when embedding TrueType Fonts in a document upon it is saved...allow_embedding_post_script_fonts property SaveOptions.allow_...allow_embedding_post_script_fonts property Gets or sets a boolean value...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add Watermark To PDF with Node.js via C++|Docum...

    Learn how to add text and image watermarks to PDF while converting Excel to PDF using Aspose.Cells for Node.js via C++....the text and the corresponding font. You can also set alignment...PaperSizeType . PaperA3 ); // Create a font for the watermark and specify...

    docs.aspose.com/cells/nodejs-cpp/add-watermark-...
  10. Set fontsize by InheritChars - Free Support For...

    Hello, i can set the Fontsize of a shape by using: shape.Chars[0].Size.Value = 0.125 This is well described in the examples: ApplyFontOnText Now I have the case that the shape’s chars array is empty. But there are I…...Cause You are trying to set the font size of a shape’s text using...results. Solution To change the font size using InheritChars , you...

    forum.aspose.com/t/set-fontsize-by-inheritchars...