Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 353 for

axis system

(0.09 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++.... System :: Drawing :: Size Aspose ::...populate a group shape. auto doc = System :: MakeObject < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Working with Transformations in PostScript | .NET

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...other non-Windows operation systems we offer to use our Nuget package...backend instead of System.Drawing system library. So import Aspose...

    docs.aspose.com/page/net/ps/working-with-transf...
  3. Text Rendering using Type1 Font | Java

    Java APIs for the developers to manipulate font files. Learn the fundamentals on how to render Type 1 fonts within Java products....which draws specified text into System.Drawing.Bitmap object and saves...strategy Glyph coordinate for ‘Y’ axis is constant for this code snippet...

    docs.aspose.com/font/java/text-rendering-type1-...
  4. Text Rendering using Type1 Font | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to render Type 1 fonts within .NET products....which requires object of type System.Drawing.Drawing2D.GraphicsPath...IGlyphOutlinePainter 3 { 4 private System. Drawing . Drawing2D . GraphicsPath...

    docs.aspose.com/font/net/text-rendering-type1-f...
  5. Create and Embed an Excel Chart as an OLE Objec...

    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....string paramWorkbookPath = System . Windows . Forms . Application...string paramPresentationPat = System . Windows . Forms . Application...

    docs.aspose.com/slides/net/create-and-embed-an-...
  6. Process of rendering glyphs

    Explore the fundamentals of glyph rendering, covering the processing pipeline, key technologies, and performance considerations....perspective Early computer systems used bitmap fonts with fixed...glyph‑id mappings, variation‑axis descriptors, metric tables (hmtx...

    docs.aspose.com/font/net/what-is-font/glyph-ren...
  7. 外部乳胶软件包| Java的Aspose.TeX

    Java的Aspose.TeX API允许使用外部软件包,即未包含在库本身(例如Fancybox或PGFPLOTS软件包)中的软件包。...objectLaTeX ()); 3 // Specify a file system working directory for the output...getOutputDirectory ())); 5 // Specify a file system working directory for the required...

    docs.aspose.com/tex/zh/java/external-latex-pack...
  8. 创建并嵌入 Excel 图表作为 OLE 对象|Aspose.Slides 文档

    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....string paramWorkbookPath = System . Windows . Forms . Application...string paramPresentationPat = System . Windows . Forms . Application...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  9. Using Glyph objects | C++

    Glyph objects in Aspose.Font library functionality is described by the properties it has. The code snippets help you understand how to code Glyphs in C++....coordinates for the vertical Y-axis. Let’s have an with the next...namespace Aspose::Font::Glyphs; 2 System ::SharedPtr < Aspose::Font::Font...

    docs.aspose.com/font/cpp/developer-guide/using-...
  10. SVG Scaling – C# Examples – Aspose.SVG for .NET

    C# examples for SVG scaling using Aspose.SVG. Consider cases where the scale function is used in the transform attribute and in transformation matrix....scaling images along the x- and y-axis. The sy scaling factor value...using Aspose. Svg ; 2 using System. IO ; Copy 1 // Scale an SVG...

    docs.aspose.com/svg/net/svg-scaling/