Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 210 for

fontfile

(0.11 sec)
  1. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....pdf" ); String fontFile ( "C: \\ Windows \\ Fonts...( "Hello world" ); if ( ! fontFile . IsNullOrEmpty ()) { // Load...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  2. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....FileNotFoundExceptio { String fontFile = "/usr/share/fonts/truet...TextFragment ( "Hello world" ); if ( fontFile != "" ) { // Load the TrueType...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  3. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...GetDataDir_AsposePdf_Text (); var fontFile = dataDir + "HPSimplified...world" ); if ( File . Exists ( fontFile )) { // Load the TrueType...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  4. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...FileNotFoundExceptio { String fontFile = "/usr/share/fonts/truet...TextFragment ( "Hello world" ); if ( fontFile != "" ) { // 将 TrueType 字体加载到流对象中...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/
  5. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...pdf" ); String fontFile ( "C: \\ Windows \\ Fonts...( "Hello world" ); if ( ! fontFile . IsNullOrEmpty ()) { // 将...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  6. How to load fonts? | Aspose.Font for .NET

    Here is described how to load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....following signature: (FileInfo fontFile), use this constructor for...

    docs.aspose.com/font/net/how-to-load-fonts/
  7. How to load fonts? | Aspose.Font for Java

    How to download fonts on yout device with the use of Aspose.Font for Java solution? The answer is given in this article explained in the code examples....following signature: (File fontFile), use this constructor for...

    docs.aspose.com/font/java/how-to-load-fonts/
  8. How to load fonts? | Aspose.Font for C++

    Here is described how to load fonts with C++. You will learn the objects, parameters, methods required for this, and get examples of loading....(System::SharedPtr System::IO::FileInfo fontFile), use this constructor for...

    docs.aspose.com/font/cpp/how-to-load-fonts/
  9. 如何加载字体? | .NET 版 Aspose.Font

    这里描述了如何使用.NET加载字体。您将学习此对象,参数,方法,并获取加载示例。...该对象的最简单和最常用的构造函数之一是具有以下签名的构造函数: (fileinfo fontfile),在硬盘驱动器上的文件中使用此构造函数。 下面是为位于文件...

    docs.aspose.com/font/zh/net/how-to-load-fonts/
  10. 如何加载字体?| Java 版 Aspose.Font

    如何使用Aspose.font用于Java解决方案上的Yout设备上的字体?答案在本文中给出了代码示例中的解释。...该对象的最简单和最常用的构造函数之一是具有以下签名的构造函数: (文件fontfile),在硬盘驱动器上的文件中使用该构造函数。 下面是为位于文件...

    docs.aspose.com/font/zh/java/how-to-load-fonts/