Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 2,242 for

glyphs

(0.94 sec)
  1. Procurar

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

    blog.aspose.com/pt/font/work-with-truetype-cff-...
  2. Arşiv

    Arşiv...WriteLine("Glyph count: " + font.NumGlyphs);...glif Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/tr/font/load-save-extract-infor...
  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/he/font/work-with-truetype-cff-...
  4. ארכיון

    ארכיון...WriteLine("Glyph count: " + font.NumGlyphs);...'A' Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/he/font/load-save-extract-infor...
  5. 글리프 조작 | C++ API

    다양한 글꼴을 관리하기 위한 C++ API 솔루션. 몇 줄의 코드만으로 글리프와 메트릭 정보를 얻는 방법을 배웁니다....자세히 알고 싶다면 Introduction to Glyph 문서를 참조하세요. 이 페이지에서는 글리프 및 메트릭...옵션을 설명하지만, 기능 전체를 이해하려면 Using Glyph Objects 문서를 참고하십시오. 여기에서는 수많은...

    products.aspose.com/font/ko/cpp/manipulate-glyphs/
  6. 2. Caractéristiques de la police

    Cet article couvre les classifications des polices LaTeX en fonction de diverses caractéristiques de police et du codage des polices LaTeX....police proportionnelle, les glyphes ont des largeurs différentes...espacement fixe, tous les glyphes ont la même largeur. Les espaces...

    docs.aspose.com/tex/fr/java/latex-font-attributes/
  7. Отрисовка текста с использованием шрифта Type1 ...

    API C++, позволяющие разработчикам манипулировать файлами шрифтов. Изучите основы рендеринга шрифтов 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/ru/cpp/text-rendering-type...
  8. Modifications basées sur les événements de page...

    Découvrez comment apporter des modifications répétées à toutes les pages de sortie lors de la conversion XPS avec Aspose.Page pour 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/fr/cpp/xps/event-based-mod...
  9. 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...
  10. Travailler avec du texte | Solution API C++

    Comment ajouter du texte à un fichier XPS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en C++...lor::get_Black()); 6 //Add glyph to the document 7 System ::SharedPtr...::SharedPtr < XpsGlyphs > glyphs = doc -> AddGlyphs(u "Arial" ...

    docs.aspose.com/page/fr/cpp/xps/working-with-text/