Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 2,175 for

glyphs

(0.14 sec)
  1. イベント発生時のXPSページの変更 | Java

    Aspose.Page API for Javaを使用してXPSファイルを変換し、すべての出力ページに繰り返し変更を加える方法を学びます。...getElementAPI (); 30 31 XpsGlyphs glyphs; 32 // For all pages in the...hyperlink to the first page... 35 glyphs = api. createGlyphs (font,...

    docs.aspose.com/page/ja/java/xps/modifying-xps-...
  2. Archiwa

    Archiwa...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...System::SharedPtr<Glyph> glyph = font->GetGlyphById(glIndex); if (glyph != nullptr)...

    blog.aspose.com/pl/font/work-with-truetype-cff-...
  3. 档案

    档案...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...System::SharedPtr<Glyph> glyph = font->GetGlyphById(glIndex); if (glyph != nullptr)...

    blog.aspose.com/zh/font/work-with-truetype-cff-...
  4. Архивы

    Архивы...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...System::SharedPtr<Glyph> glyph = font->GetGlyphById(glIndex); if (glyph != nullptr)...

    blog.aspose.com/ru/font/work-with-truetype-cff-...
  5. Mengonversi TTF ke SVG di C#

    Panduan langkah demi langkah ini menjelaskan cara mengonversi TTF ke SVG di C#. Ini akan mengubah TTF ke SVG di C# sehingga satu karakter dari font dipilih dan disimpan dalam SVG....Open() Akses ID glyph yang diinginkan dari encoding...yang diharapkan SVG Render glyph sehingga outline-nya berubah...

    kb.aspose.com/id/font/net/convert-ttf-to-svg-in...
  6. Archiwa

    Archiwa...println("Glyph count: " + font.getNumGlyphs());...„A” Glyph glyph = font.getGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/pl/font/work-with-cff-truetype-...
  7. Отрисовка текста с использованием шрифта Type1 ...

    API Java, позволяющие разработчикам манипулировать файлами шрифтов. Изучите основы рендеринга шрифтов Type 1 в продуктах Java....throws Exception 4 { 5 //Get glyph identifiers for every symbol...24 //loop which paints every glyph in gids 25 for (GlyphId gid...

    docs.aspose.com/font/ru/java/text-rendering-typ...
  8. Lavorare con il testo in un file XPS | Python

    Come aggiungere testo a un file XPS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Python....Add a glyph to the document 8 glyphs = doc. add_glyphs ( "Arial"...300, 450, "Hello World!" ) 9 glyphs. fill = text_fill 10 # Save...

    docs.aspose.com/page/it/python-net/xps/working-...
  9. Arbeiten mit Text in XPS-Datei | Python

    Wie man Text zu einer XPS-Datei hinzufügt, ist eine Frage, die von der Aspose.Page beantwortet wird. Erfahr, wie die Funktionalität in Python nutzen....Add a glyph to the document 8 glyphs = doc. add_glyphs ( "Arial"...300, 450, "Hello World!" ) 9 glyphs. fill = text_fill 10 # Save...

    docs.aspose.com/page/de/python-net/xps/working-...
  10. Glifi e metriche dei caratteri TrueType | Java

    Java API per gli sviluppatori da manipolare e di carattere. Impara i fondamenti su come lavorare con glifi e le metriche dei caratteri TTF all'interno di Java.... println ( "Glyph count: " + font. getNumGlyphs...access information about font glyph for symbol 'A'. 18 //Also check...

    docs.aspose.com/font/it/java/glyphs-and-metrics...