Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 2,200 for

glyph

(0.13 sec)
  1. 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/
  2. 記録

    記録...println("Glyph count: " + font.getNumGlyphs());...//'A'のグリフ Glyph glyph = font.getGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/ja/font/work-with-cff-truetype-...
  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/ko/font/work-with-truetype-cff-...
  4. آرشیوها

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

    blog.aspose.com/fa/font/load-save-extract-infor...
  5. 아카이브

    아카이브...WriteLine("Glyph count: " + font.NumGlyphs);...글리프 Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/ko/font/load-save-extract-infor...
  6. Texte SVG – SVG text, textPath – Guide Aspose.SVG

    Vous trouverez des informations de base sur les Glyphes, les caractères et les polices, et apprendrez à afficher, formater et styliser le texte SVG dans une image SVG....informations de base sur les glyphes, les caractères et les polices...polices. Polices et glyphes Quand on parle de texte SVG, il est...

    docs.aspose.com/svg/fr/net/drawing-basics/svg-t...
  7. 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...
  8. NumeralFormat enumeration | Aspose.Words for Py...

    aspose.words.saving.NumeralFormat enumeration. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats....ARABIC_INDIC" to # use glyphs from the U+0660 to U+0669 range...to determine what number of glyphs to use. # Set the "numeral_format"...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. 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...