Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 2,281 for

glyphs

(0.11 sec)
  1. Загрузка SVG-шрифтов | .NET

    Узнайте, как загружать шрифты на основе SVG в приложении .NET с помощью Aspose.Font. Включает сценарии с файлом, массивом байтов и потоком, а также полные примеры кода....определяется элементом XML <glyph> (контуры, преобразования, сопоставление...SvgFont . From here you can query glyphs, metrics, or convert it to...

    docs.aspose.com/font/ru/net/how-to-load-fonts/l...
  2. Laden von SVG-Schriften | .NET

    Erfahren Sie, wie Sie SVG‑basierte Schriften in einer .NET‑Anwendung mit Aspose.Font laden. Enthält Datei‑, Byte‑Array‑ und Stream‑Szenarien mit vollständigen Codebeispielen....Vektorbeschreibung – jedes Glyph wird durch ein XML <glyph> ‑Element definiert...einfaches XML sind, können Sie Glyph‑Konturen oder Metadaten programmatisch...

    docs.aspose.com/font/de/net/how-to-load-fonts/l...
  3. Archivio

    Archivio...= null) { Glyph glyph = font.getGlyphAccessor()...getGlyphAccessor().getGlyphById(gid); if (glyph == null) continue; // percorso...

    blog.aspose.com/it/font/render-text-with-truety...
  4. Archivo

    Archivo...= null) { Glyph glyph = font.getGlyphAccessor()...getGlyphAccessor().getGlyphById(gid); if (glyph == null) continue; // ruta que...

    blog.aspose.com/es/font/render-text-with-truety...
  5. 搜索

    搜索...= null) { Glyph glyph = font.getGlyphAccessor()...getGlyphAccessor().getGlyphById(gid); if (glyph == null) continue; // 接受繪圖指令的路徑...

    blog.aspose.com/zh-hant/font/render-text-with-t...
  6. .NET C# API mã hoá và quản lý phông chữ - Aspose

    Thư viện Phông chữ C# ASP.NET VB.NET để tải, hiển thị, chuyển đổi và lưu các phông chữ phổ biến nhất mà không cần phụ thuộc vào phần mềm khác....trúc dữ liệu cùng với bất kỳ glyph, thông tin mã hoá nào cho tất...render của nó để render bất kỳ glyph hoặc văn bản nào mong muốn....

    products.aspose.com/font/vi/net/
  7. Lettertype FallBack instellingen van XML in C++...

    Het lettertype fallback mechanisme wordt gebruikt wanneer het lettertype is opgelost, maar het bevat geen specifiek teken. In dit geval probeert Aspose.Words een van de fallback-lettertypen voor het teken te gebruiken....notdef" glyph (missing glyph) from the base font...font does not contains the glyph for the requested Unicode code...

    docs.aspose.com/words/nl/cpp/font-fallback-sett...
  8. Liste des fonctionnalités | Aspose.Font pour C++

    Cette API C++ prend en charge de nombreux formats et opérations de polices tels que le chargement, la lecture et le rendu des glyphes de polices....de restituer facilement les glyphes ou le texte souhaités. Fonctionnalités...Lisez les informations sur les glyphes et les mesures à partir des...

    docs.aspose.com/font/fr/cpp/feature-list/
  9. Installing Microsoft TrueType Fonts on Linux|Do...

    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....machine to properly render the glyph present in an input metafile...Java will not render those glyph while converting metafiles to...

    docs.aspose.com/imaging/java/installing-microso...
  10. 档案

    档案...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...f, 450.f, u"Hello World!"); glyphs->set_Fill(textFill); // 保存生成的...

    blog.aspose.com/zh/page/insert-image-text-xps-cpp/