Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 115,414 for

font drawing

(0.26 sec)
  1. Loading Type‑1 (PostScript) fonts | .NET

    Learn how to load Type‑1 (PostScript) Fonts in .NET using the Aspose.Font library, with code samples for disk and memory sources....Drawing Product Solution Aspose.Font Product Solution...Solution Aspose.Drawing Product Solution Aspose.Font Product Solution...

    docs.aspose.com/font/net/how-to-load-fonts/load...
  2. TextPath.rotate_letters property | Aspose.Words...

    TextPath.rotate_letters property. Determines whether the letters of the text are rotated.... drawing . ShapeType . TEXT_PLAIN_TEXT...self . assertEqual ( aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextPath.text property | Aspose.Words for Python

    TextPath.text property. Defines the text of the text path.... drawing . ShapeType . TEXT_PLAIN_TEXT...self . assertEqual ( aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Shape.text_path property | Aspose.Words for Python

    Shape.text_path property. Defines the text of the text path (of a WordArt object).... drawing . TextPath : ... Examples Shows...pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Merge TTF fonts | API for C# .NET | Aspose

    Combining several Font files into a single one will help you decrease the amount of files you have to deal with. Learn how merge TTF Fonts with C# code....Drawing Product Solution Aspose.Font Product Solution...Solution Aspose.Drawing Product Solution Aspose.Font Product Solution...

    products.aspose.com/font/net/merge-ttf-fonts/
  6. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...String fontFile = "/usr/share/fonts/truetype/msttcorefonts/Arial... openFont ( "/home/aspose/.fonts/Montserrat-Black.otf" )); //...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/
  7. Გააკეთეთ DOCX C++ Ის Გამოყენებით

    შექმენით ახალი DOCX C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX C++ ბიბლიოთეკის გამოყენებით....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...u"Courier New" ); font-> set_Color (System::Drawing::Color:: get_Blue...

    products.aspose.com/words/ka/cpp/make/docx/
  8. ShapeBase.ParentParagraph | Aspose.Words for .NET

    Discover the ShapeBase ParentParagraph property—efficiently access the immediate parent paragraph for streamlined content management and enhanced organization....insert a text box, and set the font of its contents. Document doc..."Hidden" property of the shape's "Font" object to "true" to hide the...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Შექმენით Დოკუმენტი C++ Ში

    შექმენით ფაილი C++ ბიბლიოთეკის გამოყენებით. მარტივად შექმენით ახალი დოკუმენტი C++ ში რამდენიმე ნაბიჯით....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...u"Courier New" ); font-> set_Color (System::Drawing::Color:: get_Blue...

    products.aspose.com/words/ka/cpp/make/
  10. Გააკეთეთ Markdown C++ Ის Გამოყენებით

    შექმენით ახალი Markdown C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით Markdown C++ ბიბლიოთეკის გამოყენებით....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...u"Courier New" ); font-> set_Color (System::Drawing::Color:: get_Blue...

    products.aspose.com/words/ka/cpp/make/md/