Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 2,225 for

glyphs

(0.2 sec)
  1. Trabajar con texto en un archivo XPS | Java

    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 Java....10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 12 glyphs. setFill (textFill); 13 //...

    docs.aspose.com/page/es/java/xps/working-with-t...
  2. Formats de police

    La variété des formats de polices vous permet de choisir celle qui correspond vraiment à vos besoins. La police la plus populaire est TrueType....position et l’épaisseur du glyphe. Il existe deux composants...peuvent inclure jusqu’à 65 000 glyphes codés au standard Unicode....

    docs.aspose.com/font/fr/net/what-is-font/font-f...
  3. C# में TTF को SVG में बदलें

    यह चरण-दर-चरण गाइड बताता है कि C# में TTF को SVG में कैसे बदलें। यह TTF को C# में SVG में इस तरह बदल देगा कि फ़ॉन्ट से एक अक्षर चुना जाएगा और SVG में सहेजा जाएगा।...आवश्यक अक्षर के लिए वांछित glyph ID एक्सेस करें, जैसे इस उदाहरण...की अपेक्षा के अनुसार मिलें glyph को रेंडर करें ताकि उसकी रूपरेखा...

    kb.aspose.com/hi/font/net/convert-ttf-to-svg-in...
  4. 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...
  5. Archivo

    Archivo...WriteLine("Glyph count: " + font.NumGlyphs);...'A' Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/es/font/load-save-extract-infor...
  6. Архів

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

    blog.aspose.com/uk/font/work-with-truetype-cff-...
  7. Архів

    Архів...WriteLine("Glyph count: " + font.NumGlyphs);..."А" Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/uk/font/load-save-extract-infor...
  8. Arşiv

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

    blog.aspose.com/tr/font/work-with-truetype-cff-...
  9. Archiv

    Archiv...WriteLine("Glyph count: " + font.NumGlyphs);...„A“ Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/cs/font/load-save-extract-infor...
  10. Візуалізація тексту за допомогою шрифту 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...