Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 2,200 for

glyphs

(0.08 sec)
  1. Modificações baseadas em eventos de página XPS ...

    Descubra como fazer alterações recorrentes em todas as páginas de saída durante a conversão de um ficheiro XPS utilizando a API Aspose.Page para 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/pt/cpp/xps/event-based-mod...
  2. 아카이브

    아카이브...println("Glyph count: " + font.getNumGlyphs());...글리프 Glyph glyph = font.getGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/ko/font/work-with-cff-truetype-...
  3. آرشیوها

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

    blog.aspose.com/fa/font/work-with-cff-truetype-...
  4. Base de connaissances des polices de type 1

    Polices de type 1, excellente sortie d’impression. Format de police qui confère l'élégance intemporelle et la polyvalence de la typographie classique....autre contenant des données de glyphes, ce qui permet une gestion...l’autre pour les données de glyphes, ce qui améliore la gestion...

    docs.aspose.com/font/fr/net/what-is-font/type-1...
  5. Lavorare con il testo in un file XPS | Python

    Come aggiungere testo a un file XPS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Python....Add a glyph to the document 8 glyphs = doc. add_glyphs ( "Arial"...300, 450, "Hello World!" ) 9 glyphs. fill = text_fill 10 # Save...

    docs.aspose.com/page/it/python-net/xps/working-...
  6. Arbeiten mit Text in XPS-Datei | Python

    Wie man Text zu einer XPS-Datei hinzufügt, ist eine Frage, die von der Aspose.Page beantwortet wird. Erfahr, wie die Funktionalität in Python nutzen....Add a glyph to the document 8 glyphs = doc. add_glyphs ( "Arial"...300, 450, "Hello World!" ) 9 glyphs. fill = text_fill 10 # Save...

    docs.aspose.com/page/de/python-net/xps/working-...
  7. Отрисовка текста с использованием шрифта Type1 ...

    API Java, позволяющие разработчикам манипулировать файлами шрифтов. Изучите основы рендеринга шрифтов Type 1 в продуктах Java....throws Exception 4 { 5 //Get glyph identifiers for every symbol...24 //loop which paints every glyph in gids 25 for (GlyphId gid...

    docs.aspose.com/font/ru/java/text-rendering-typ...
  8. truetype字体的字形和指标|Java

    Java API可供开发人员操纵和字体文件。了解如何与Java内TTF字体的字形和指标一起工作的基础。... println ( "Glyph count: " + font. getNumGlyphs...access information about font glyph for symbol 'A'. 18 //Also check...

    docs.aspose.com/font/zh/java/glyphs-and-metrics...
  9. Chercher

    chercher...tels que les canevas et les glyphes dans les documents XPS. De...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...

    blog.aspose.com/fr/page/create-or-edit-postscri...
  10. Trabajar con texto en un archivo XPS | .NET

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

    docs.aspose.com/page/es/net/xps/working-with-text/