Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 108 for

measurestring

(0.05 sec)
  1. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...TextState 类(或同时调用)的 MeasureString 方法。下面的代码片段展示了如何使用此功能。 void...( Math :: Abs ( font -> MeasureString ( u "A" , 14 ) - 9.337 )...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  2. Manipulations with glyphs | API for C++

    C++ API Solution to manage various fonts. Learn how to get Glyphs and Metrics information of a font with a few lines of code....MeasureString(text, fontSize). for ( char16_t...font -> get_Metrics() -> MeasureString(text, width); //Print the...

    products.aspose.com/font/cpp/manipulate-glyphs/
  3. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...TextState 类的 MeasureString 方法(或两者)。以下代码片段展示了如何使用此功能。...if ( Math . Abs ( font . MeasureString ( "A" , 14 ) - 9.337 ) >...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  4. ActiveX|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 ActiveX 控件... MeasureString ( newCaption , font , int...

    docs.aspose.com/slides/zh/net/activex/
  5. ActiveX|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....textSize = graphics -> MeasureString ( newCaption , font , std...

    docs.aspose.com/slides/zh/cpp/activex/
  6. Using Glyph objects | API Solution for 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++....method font->get_Metrics()->MeasureString(text, fontSize). 10 for...

    docs.aspose.com/font/cpp/developer-guide/using-...
  7. How to generate multiline image from text - Fre...

    Hello Team, We are using aspose.Imaging using that we want to generate image from text. If text length is beyond some specific width then it should be wrap and should display text after that length into new line. How ca…...MeasureString(text, font); // If the text...the goal without using MeasureString, but by using StringFormat...

    forum.aspose.com/t/how-to-generate-multiline-im...
  8. 使用字形对象| C ++的API解决方案

    aspose中的字形对象。font库功能由其具有的属性描述。代码片段可帮助您了解如何在C ++中编码字形。...method font->get_Metrics()->MeasureString(text, fontSize). 10 for...

    docs.aspose.com/font/zh/cpp/developer-guide/usi...
  9. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases.... measureString ( someText , fontSize );...

    docs.aspose.com/pdf/java/whatsnew/
  10. Маніпуляції з гліфами | Рішення API | .NET

    Рішення .NET API для керування шрифтами. Дізнайтеся, як отримати інформацію про гліфи та метрики шрифту за допомогою кількох рядків коду C#....досягти за допомогою методу MeasureString() . Виведіть на екран результати...the method font.Metrics.MeasureString(text, fontSize). foreach...

    products.aspose.com/font/uk/net/manipulate-glyphs/