Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 113,927 for

font drawing

(0.53 sec)
  1. Working with Fonts | Aspose.Page for .NET

    Aspose.Page for .NET offers conversion of Fonts of Type1 and Type3 to TrueType. See code examples here....Drawing Product Solution Aspose.Font Product Solution...Solution Aspose.Drawing Product Solution Aspose.Font Product Solution...

    docs.aspose.com/page/net/working-with-fonts/
  2. Fill.color property | Aspose.Words for Python

    Fill.color property. Gets or sets a Color object that represents the foreground color for the fill....docx' ) # Get Fill object for Font of the first Run. fill = doc...0 ] . font . fill # Check Fill properties of the Font. print...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Document in PostScript | C++

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++....Drawing Product Solution Aspose.Font Product Solution...Solution Aspose.Drawing Product Solution Aspose.Font Product Solution...

    docs.aspose.com/page/cpp/ps/working-with-document/
  4. Add border to GIF image file via .NET | product...

    Add border to GIF image file via .NET....Drawing .NET Edit Image Gif Add border...Images with Borders Using .NET Drawing API Download Free Trial How...

    products.aspose.com/drawing/net/edit-image/add-...
  5. Aspose::Words::ImportFormatOptions::get_IgnoreT...

    Aspose::Words::ImportFormatOptions::get_IgnoreTextBoxes method. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if KeepSourceFormatting mode is used. The default value is true in C++....SharedPtr < Aspose :: Words :: Drawing :: Shape > textBox = builder...InsertShape ( Aspose :: Words :: Drawing :: ShapeType :: TextBox , 300...

    reference.aspose.com/words/cpp/aspose.words/imp...
  6. Convert VDW to PDF via Java | products.aspose.com

    Sample Java conversion code for VDW format to PDF file. Use this example code to convert VDW to PDF within any Web or Desktop Java based application....a Web drawing. A web drawing is a collection of drawing pages...pages, shapes, fonts, images, data connections, and diagram update...

    products.aspose.com/diagram/java/conversion/vdw...
  7. 在 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/zh-hant/cpp/make/
  8. 使用 C++ 製作 DOC

    通過幾個步驟在 C++ 中創建一個新的 DOC。使用 C++ 庫輕鬆創建 DOC。...<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/zh-hant/cpp/make/doc/
  9. Convert VDW to SVG via C# | products.aspose.com

    Sample code for VDW to SVG C# conversion. Use API example code for batch VDW files to SVG conversion within VB.NET, Asp.NET or any .NET based application....a Web drawing. A web drawing is a collection of drawing pages...pages, shapes, fonts, images, data connections, and diagram update...

    products.aspose.com/diagram/net/conversion/vdw-...
  10. Convert DWG to PDF in Python

    This quick guide exhibits how to convert DWG to PDF in Python. It contains all the important details to develop a DWG to PDF converter software in Python....Drawing Product Family Aspose.Font Product Family...DWG to PDF Get the input DWG drawing with the Image class Initialize...

    kb.aspose.com/cad/python/convert-dwg-to-pdf-in-...