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

glyphs

(0.25 sec)
  1. 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...
  2. 档案

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

    blog.aspose.com/zh/font/work-with-cff-truetype-...
  3. أرشيف

    أرشيف...WriteLine("Glyph count: " + font.NumGlyphs);...(glIndex != 0) { //Glyph لـ "A" Glyph glyph = font.GetGlyphById(glIndex);...

    blog.aspose.com/ar/font/load-save-extract-infor...
  4. ארכיון

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

    blog.aspose.com/he/font/work-with-cff-truetype-...
  5. Trabajar con texto en un archivo XPS | Python

    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 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/es/python-net/xps/working-...
  6. 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...
  7. Archiv

    Archiv...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...QualityLogic, Inc."); glyphs->set_Fill(textFill); glyphs = doc->AddGlyphs(u"Arial"...

    blog.aspose.com/de/page/create-or-edit-postscri...
  8. أرشيف

    أرشيف...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...0)) { //Glyph لـ "A" System::SharedPtr<Glyph> glyph = font->...

    blog.aspose.com/ar/font/work-with-truetype-cff-...
  9. Arsip

    Arsip...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...mengakses informasi tentang font glyph untuk simbol 'A'. //Periksa...

    blog.aspose.com/id/font/work-with-truetype-cff-...
  10. 글리프 조작 | C++용 API | Aspose.Font

    다양한 폰트를 관리할 수 있는 C++ API 솔루션입니다. 몇 줄의 코드로 글꼴의 Glyphs 및 Metrics 정보를 얻는 방법을 알아보세요....Font C++ Manipulate glyphs 글리프 및 지표 정보 읽기 문자열 너비를 계산하고...단위에 대한 자세한 내용은 Glyph 소개 문서를 참조하세요. 이 페이지에서는 Glyph 및 Metrics 정보를...

    products.aspose.com/font/ko/cpp/manipulate-glyphs/