Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 2,199 for

glyphs

(0.07 sec)
  1. GeneralFormat enumeration | Aspose.Words for No...

    Aspose.Words.Fields.GeneralFormat enumeration. Specifies a general format that is applied to a numeric, text, or any field result...using the enclosed alphanumeric glyph character for numbers in the...using the enclosed alphanumeric glyph character. GB2 Numeric formatting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TTF in SVG in C# konvertieren

    Diese Schritt-für-Schritt-Anleitung erklärt, wie man TTF in SVG in C# konvertiert. Sie wandelt TTF in SVG in C# so um, dass ein einzelnes Zeichen aus der Schriftart ausgewählt und im SVG gespeichert wird....entsprechen Rendern Sie die Glyphe, sodass ihr Umriss in eine...eine Schriftart und findet die Glyphe, die den gewünschten Buchstaben...

    kb.aspose.com/de/font/net/convert-ttf-to-svg-in...
  3. Fallback-Schriftart - PowerPoint Java API|Aspos...

    Die Fallback-Schriftart wird verwendet, wenn die für den Text angegebene Schriftart im System verfügbar ist, jedoch dieses Schriftart kein notwendiges Glyph enthält. In diesem Fall ist es möglich, dass die PowerPoint Java API eine der angegebenen Fallback-Schriftarten für den Glyph-Ersatz verwendet....Schriftart kein notwendiges Glyph enthält. In diesem Fall ist...Fallback-Schriftarten für den Glyph-Ersatz zu verwenden. Aspose...

    docs.aspose.com/slides/de/php-java/fallback-font/
  4. Візуалізація тексту за допомогою шрифту TrueTyp...

    C++ API для розробників для роботи з файлами та шрифтами. Дізнайтеся про основи відтворення шрифтів TrueType і OpenType у продуктах C++....System::String outFile) 3 { 4 //Get glyph identifiers for every symbol...System::SharedPtr < Aspose::Font::Glyphs::GlyphId >> (text. get_Length...

    docs.aspose.com/font/uk/cpp/text-rendering-true...
  5. Chercher

    chercher...quelle couleur et ajoutez le glyphe. Enregistrez le document XPS...//Ajouter un glyphe au document XpsGlyphs glyphs = doc.addGlyphs("Arial"...

    blog.aspose.com/fr/page/insert-text-image-xps-j...
  6. XPS-fájlok módosítása és hozzáadása | .NET Mego...

    .NET API megoldás XPS-fájlok kezelésére. XPS-fájlok létrehozása és módosítása néhány sornyi kóddal. Tanulja meg a C# példákat, hogyan kell csinálni....XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(..., 450f , "Hello World!" ); glyphs.Fill = xDocs.CreateSolidColorBrus(Color...

    products.aspose.com/page/hu/net/create-xps-file/
  7. TrueTypeフォントのグリフとメトリック| C++

    開発者がファイルを操作してフォントするためのC ++ API。 C ++内のTTFフォントのグリフとメトリックを使用する方法に関する基本を学びます。...::Console::WriteLine(System::String(u "Glyph count: " ) + font -> get_NumGlyphs());...access information about font glyph for symbol 'A'. 16 //Also check...

    docs.aspose.com/font/ja/cpp/glyphs-and-metrics-...
  8. Travailler avec du texte dans un fichier XPS | ...

    Comment ajouter du texte à un fichier XPS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Java...10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 12 glyphs. setFill (textFill); 13 //...

    docs.aspose.com/page/fr/java/xps/working-with-t...
  9. Lavorare con il testo in un file XPS | Java

    Come aggiungere testo a un file XPS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Java....10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 12 glyphs. setFill (textFill); 13 //...

    docs.aspose.com/page/it/java/xps/working-with-t...
  10. تعديل وإضافة ملفات XPS جديدة | المحلول .NET

    NET API Solution لإدارة ملفات XPS. قم بإنشاء وتعديل ملفات XPS ببضعة أسطر من التعليمات البرمجية. تعرف على أمثلة C# حول كيفية القيام بذلك....XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(..., 450f , "Hello World!" ); glyphs.Fill = xDocs.CreateSolidColorBrus(Color...

    products.aspose.com/page/ar/net/create-xps-file/