Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 2,220 for

glyphs

(0.18 sec)
  1. 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...
  2. Representación de texto usando fuente Type1 | .NET

    API de C# para manipular archivos de fuentes. Aprenda los fundamentos sobre cómo representar fuentes Tipo 1 en productos .NET....string outFile) 4 { 5 //Get glyph identifiers for every symbol...23 //loop which paints every glyph in gids 24 foreach (GlyphId...

    docs.aspose.com/font/es/net/text-rendering-type...
  3. Usando objetos Glifo | C++

    Los objetos glifo de Aspose.Font se describen por las propiedades que tienen. Los fragmentos de código te ayudarán a codificar glifos en C++....desarrolladores Usando objetos Glyph en Aspose.Font para la biblioteca...proporcionada por el objeto Glyph. ¿Qué funcionalidad nos proporciona...

    docs.aspose.com/font/es/cpp/developer-guide/usi...
  4. Representación de texto usando fuente TrueType ...

    API de Java para manipular archivos de fuentes. Aprenda los fundamentos sobre cómo representar fuentes TrueType y OpenType en productos 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/es/java/text-rendering-tru...
  5. 기존 이미지에 텍스트 표시 | Aspose.Font for .NET을 사용하여 생성

    글꼴을 관리하는 .NET C# API 솔루션입니다. .NET용 Aspose.Font를 사용하여 이미지에 텍스트를 추가하는 방법을 알아보세요....double coordinateY = 0 ) { //Get glyph identifiers for every symbol...resolutionCorrection; //The loop paints every glyph in gids foreach (GlyphId gid...

    products.aspose.com/font/ko/net/add-text-to-image/
  6. SvgTextOutputMode | Aspose.Words for Java

    Allows to specify how text inside a document should be rendered when saving in SVG format in Java....USE_PLACED_GLYPHS); } doc.save(getArtifactsDir()...Field Description USE_PLACED_GLYPHS Text is rendered using curves...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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-...
  8. 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-...
  9. Rendering di testo utilizzando TrueType Font | ...

    Java API per gli sviluppatori da manipolare e di carattere. Impara i fondamenti su come rendere i caratteri TrueType e OpenType all'interno dei prodotti Java....Render la corrente elaborata Glyph utilizzando il metodo GlyphOutlineRenderer...throws Exception 4 { 5 //Get glyph identifiers for every symbol...

    docs.aspose.com/font/it/java/text-rendering-tru...
  10. Mengonversi TTF ke SVG di C#

    Panduan langkah demi langkah ini menjelaskan cara mengonversi TTF ke SVG di C#. Ini akan mengubah TTF ke SVG di C# sehingga satu karakter dari font dipilih dan disimpan dalam SVG....Open() Akses ID glyph yang diinginkan dari encoding...yang diharapkan SVG Render glyph sehingga outline-nya berubah...

    kb.aspose.com/id/font/net/convert-ttf-to-svg-in...