Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 116,191 for

font drawing

(0.11 sec)
  1. Query: Support for Stamping on Single and Multi...

    Hi Aspose Team, We are currently evaluating Aspose for implementing document stamping functionality and would like to confirm if the library supports stamping on TIFF image files. Specifically, we would like to know: D…...Text stamp (Unicode, custom font, colour, opacity) Image stamp...using System; using System.Drawing; // Font, Color using Aspose.Imaging;...

    forum.aspose.com/t/query-support-for-stamping-o...
  2. Set alternative text for Image|Aspose.PDF for .NET

    This section describes how to get or set alternative text for an image in an existing PDF file using the C# library....Drawing library. The XImage class contains...file and get it. Set Default Font Name Generate Thumbnail Images...

    docs.aspose.com/pdf/net/get-set-alt-text/
  3. Adding a Watermark to an Image|Documentation

    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....example uses the Graphics class to draw a string on the image surface...load a BMP image from disk and draw a string as the watermark on...

    docs.aspose.com/imaging/python-net/adding-a-wat...
  4. Aspose::Words::Section::get_PageSetup method | ...

    Aspose::Words::Section::get_PageSetup method. Returns an object that represents page setup and section properties in C++....border -> set_Color ( System :: Drawing :: Color :: get_Blue ()); border...run -> get_Font () -> set_Color ( System :: Drawing :: Color ::...

    reference.aspose.com/words/cpp/aspose.words/sec...
  5. Aspose::Words::Lists::ListCollection::AddCopy m...

    Aspose::Words::Lists::ListCollection::AddCopy method. Creates a new list by copying the specified list and adding it to the collection of lists in the document in C++....0 ) -> get_Font () -> set_Color ( System :: Drawing :: Color ::...0 ) -> get_Font () -> set_Color ( System :: Drawing :: Color ::...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. AsposefontConvertTottf | JavaScript

    将字体转换为TTF格式。可靠的JavaScript通过C ++库可从Aspose.Font进行字体转换。...Drawing Product Solution Aspose.Font Product Solution...Solution Aspose.Drawing Product Solution Aspose.Font Product Solution...

    docs.aspose.com/font/zh/javascript-cpp/convert-...
  7. Aspose::Words::Lists::ListTrailingCharacter enu...

    Aspose::Words::Lists::ListTrailingCharacter enum. Specifies the character that separates the list label from the text of the paragraph in C++....listLevel -> get_Font () -> set_Color ( System :: Drawing :: Color ::...get_Red ()); listLevel -> get_Font () -> set_Size ( 24 ); listLevel...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. 6. Text in math formulas

    This article discusses inserting text into LaTeX math formulas. It also describes math functions and operators, as well as the method for defining them....Drawing Product Solution Aspose.Font Product Solution...Solution Aspose.Drawing Product Solution Aspose.Font Product Solution...

    docs.aspose.com/tex/java/latex-text-in-math-for...
  9. Aspose::Words::DocumentBuilder::Write method | ...

    Aspose::Words::DocumentBuilder::Write method. Inserts a string into the document at the current insert position in C++....DocumentBuilder > ( doc ); builder -> get_Font () -> get_Border () -> set_Color...:: Drawing :: Color :: get_Green ()); builder -> get_Font ()...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Python: words and barcode-for-python-via-net as...

    I’m attempting to use aspose-barcode-for-python-via-net==25.8 and aspose-words==25.10.0 (both are the latest versions) in a project. I’m running on MacOS with python version 3.13 in my venv. When I try to execute my sc…...def draw_error_image(self, error) -> io.BytesIO: """Draws a simple...255, 255)) d = ImageDraw.Draw(img) font = ImageFont.load_default()...

    forum.aspose.com/t/python-words-and-barcode-for...