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

glyphs

(0.09 sec)
  1. 아카이브

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

    blog.aspose.com/ko/font/load-save-extract-infor...
  2. Візуалізація тексту за допомогою шрифту Type1 |...

    C++ API для розробників для роботи з файлами та шрифтами. Дізнайтеся про основи відтворення шрифтів Type 1 у продуктах 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-type...
  3. 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...
  4. 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/
  5. تعديل وإضافة ملفات 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/
  6. Trabalhar com texto em ficheiro XPS | Java

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

    docs.aspose.com/page/pt/java/xps/working-with-t...
  7. Clasificación de glifos

    Explore glyph classifications in fonts, covering base characters, ligatures, diacritics, symbols, and decorative elements, and their effect on text rendering.... Understanding how glyphs are classified helps developers...(ñ). Símbolos Symbols include glyphs that represent non‑alphabetic...

    docs.aspose.com/font/es/net/what-is-font/glyphs...
  8. 記録

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

    blog.aspose.com/ja/font/work-with-cff-truetype-...
  9. 档案

    档案...WriteLine("Glyph count: " + font.NumGlyphs);...//“A”字形 Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/zh/font/load-save-extract-infor...
  10. 아카이브

    아카이브...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-...