Sort Score
Result 10 results
Languages All
Labels All
Results 9,701 - 9,710 of 10,053 for

ttf

(0.08 sec)
  1. Hiển thị siêu dữ liệu phông chữ | API .NET

    .NET API Giải pháp quản lý phông chữ. Tìm hiểu cách xem siêu dữ liệu phông chữ với một vài dòng mã C#. Đọc thông tin phông chữ....Ttf; //Font to extract info from...

    products.aspose.com/font/vi/net/font-metrics/
  2. تغييرات واجهة برمجة التطبيقات العمومية في Aspos...

    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....ttf" ; // Setting first font folder...

    docs.aspose.com/cells/ar/net/public-api-changes...
  3. Pythonを使用してPDFにテキストを追加する|Aspose.PDF for Python ...

    この記事では、Aspose.PDFでのテキスト操作のさまざまな側面について説明します。PDFにテキストを追加する方法、HTMLフラグメントを追加する方法、またはカスタムOTFフォントを使用する方法を学びます。...TextFragment ( "Hello world" ) if input_ttf != "" : # TrueTypeフォントをストリームオブジェクトに読み込む... font_stream = open ( input_ttf , "rb" ) # テキスト文字列のフォント名を設定する...

    docs.aspose.com/pdf/ja/python-net/add-text-to-p...
  4. Ajouter du texte au fichier PDF|Aspose.PDF pour...

    Cet article décrit divers aspects du travail avec le texte dans Aspose.PDF. Découvrez comment ajouter du texte au PDF, ajouter des fragments HTML ou utiliser des polices OTF personnalisées....ttf" ; // Charger le fichier PDF...openFont ( fontStream , FontTypes . TTF )); // Spécifier la position...

    docs.aspose.com/pdf/fr/java/ajouter-du-texte-au...
  5. Gérer les polices dans HTML

    Choix sécurisés pour le Web à l'intégration @font-face personnalisée, découvrez comment les polices façonnent la conception et l'expérience utilisateur....formats comme WOFF, WOFF2, EOT et TTF, car cela augmente la compatibilité...5 url ( 'path/to/customfont.ttf' ) format ( 'truetype' ); 6 }...

    docs.aspose.com/font/fr/net/fonts-for-html/
  6. 搜索

    搜索...Ttf }; // 保存為 HTML 格式 string dataDir...

    blog.aspose.com/zh-hant/note/convert-onenote-do...
  7. Öffentliche API Änderungen in Aspose.Cells 8.9....

    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....ttf" ; //Setting first font folder...

    docs.aspose.com/cells/de/java/public-api-change...
  8. Rozhraní API pro formát souborů pro .NET Core, ...

    Knihovny tříd a rozhraní REST API pro vývojáře pro manipulaci a zpracování souborů z aplikací Word, Excel, PowerPoint, Visio, PDF, CAD a několika dalších kategorií ve webových, desktopových nebo mobilních aplikacích. Vývoj a nasazení na platformách Windows, Linux, MacOS a Android....formáty písem včetně písem CFF, TTF, TrueType, OpenType, SVG, EOT...

    products.aspose.com/cs/
  9. Fájlformátumú API-k .NET Core, Java, Python, C+...

    Osztálykönyvtárak és REST API-k a fejlesztők számára Word, Excel, PowerPoint, Visio, PDF, CAD és számos más kategória fájlok manipulálására és feldolgozására webes, asztali vagy mobilalkalmazásokban. Fejlesztés és üzembe helyezés Windows, Linux, MacOS és Android platformokon....és mentése, beleértve a CFF, TTF, TrueType, OpenType, SVG, EOT...

    products.aspose.com/hu/
  10. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...ttf" ; // 加载输入 PDF 文件 Document doc...openFont ( fontStream , FontTypes . TTF )); // 指定文本片段的位置 textFragment...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/