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

glyphs

(0.19 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. 아카이브

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

    blog.aspose.com/ko/page/create-or-edit-postscri...
  7. Arbeiten mit Text in XPS-Datei | Java

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

    docs.aspose.com/page/de/java/xps/working-with-t...
  8. 搜索

    搜索...WriteLine("Glyph count: " + font.NumGlyphs);...//“A”的字形 Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/zh-hant/font/load-save-extract-...
  9. แก้ไขและเพิ่มไฟล์ XPS ใหม่ | .NET

    โซลูชัน .NET API เพื่อจัดการไฟล์ XPS สร้างและแก้ไขไฟล์ XPS ด้วยโค้ดเพียงไม่กี่บรรทัด เรียนรู้ตัวอย่าง C# เกี่ยวกับวิธีการทำ...XpsDocument หากจำเป็น ให้เพิ่มกริฟ (glyphs) ลงในเอกสารโดยใช้เมธอด AddGlyphs()...XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(...

    products.aspose.com/page/th/net/create-xps-file/
  10. Representación de texto usando fuente TrueType ...

    API de C++ para manipulen y escriban archivos.Aprenda los conceptos básicos sobre cómo representar fuentes TrueType y OpenType en productos 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/es/cpp/text-rendering-true...