Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 2,199 for

glyphs

(0.07 sec)
  1. آرشیوها

    آرشیوها...println("Glyph count: " + font.getNumGlyphs());..."A" Glyph glyph = font.getGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/fa/font/work-with-cff-truetype-...
  2. Ereignisbasierte Änderungen der XPS-Seite | C++

    Erfahren Sie, wie Sie während der Konvertierung einer XPS-Datei mit der Aspose.Page-API für C++ wiederholte Änderungen an allen Ausgabeseiten vornehmen...System::SharedPtr < XpsGlyphs > glyphs; 23 // For all pages in the...hyperlink to the first page... 27 glyphs = api -> CreateGlyphs(_font...

    docs.aspose.com/page/de/cpp/xps/event-based-mod...
  3. Modificações baseadas em eventos de página XPS ...

    Descubra como fazer alterações recorrentes em todas as páginas de saída durante a conversão de um ficheiro XPS utilizando a API Aspose.Page para C++...System::SharedPtr < XpsGlyphs > glyphs; 23 // For all pages in the...hyperlink to the first page... 27 glyphs = api -> CreateGlyphs(_font...

    docs.aspose.com/page/pt/cpp/xps/event-based-mod...
  4. Modification de la page XPS sur les événements ...

    Découvrez comment apporter des modifications répétées à toutes les pages de sortie lors de la conversion d'un fichier XPS avec l'API Aspose.Page pour Java....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/fr/java/xps/modifying-xps-...
  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. Archiv

    Archiv...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...Informationen über die Schriftart-Glyphe für das Symbol „A“ zuzugreifen...

    blog.aspose.com/de/font/work-with-truetype-cff-...
  7. Rendering di testo utilizzando il carattere Typ...

    C# API per gli sviluppatori da manipolare e di carattere. Impara i fondamenti su come rendere i caratteri di Type 1 all'interno dei prodotti .NET....Render la corrente elaborata Glyph utilizzando il metodo GlyphOutlineRenderer...string outFile) 4 { 5 //Get glyph identifiers for every symbol...

    docs.aspose.com/font/it/net/text-rendering-type...
  8. Trabajar con texto en un archivo XPS | .NET

    Cómo agregar texto a un archivo XPS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en .NET...10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. AddGlyphs...450f, "Hello World!" ); 12 glyphs. Fill = textFill; 13 // Save...

    docs.aspose.com/page/es/net/xps/working-with-text/
  9. Arbeiten mit Text in XPS-Datei | .NET

    Wie man Text zu einer XPS-Datei hinzufügt, ist eine Frage, die von der Aspose.Page unterstützt wird. Erfahr, wie die Funktionalität in .NET nutzen....10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. AddGlyphs...450f, "Hello World!" ); 12 glyphs. Fill = textFill; 13 // Save...

    docs.aspose.com/page/de/net/xps/working-with-text/
  10. Trabalhar com texto em ficheiro XPS | .NET

    Como adicionar texto a um ficheiro XPS é uma questão respondida pela solução API Aspose.Page. Veja como utilizar a funcionalidade em .NET...10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. AddGlyphs...450f, "Hello World!" ); 12 glyphs. Fill = textFill; 13 // Save...

    docs.aspose.com/page/pt/net/xps/working-with-text/