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

measurestring

(0.04 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. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for C++ leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....textSize = graphics -> MeasureString ( newCaption , font , std...

    docs.aspose.com/slides/cpp/activex/
  4. 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++....method font->get_Metrics()->MeasureString(text, fontSize). 10 for...

    docs.aspose.com/font/cpp/developer-guide/using-...
  5. 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...
  6. 在 .NET 中管理演示文稿中的 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... MeasureString ( newCaption , font , int...

    docs.aspose.com/slides/zh/net/activex/
  7. 使用字形对象| C++

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

    docs.aspose.com/font/zh/cpp/developer-guide/usi...
  8. 使用 C++ 在演示文稿中管理 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for C++ 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发者提供对幻灯片的强大控制。...textSize = graphics -> MeasureString ( newCaption , font , std...

    docs.aspose.com/slides/zh/cpp/activex/
  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/