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

glyphs

(0.43 sec)
  1. Archiv

    Archiv...resolutionCorrection; //Schleife, die jede Glyphe in Gids malt foreach (GlyphId...enthält if (gid != null) { Glyph glyph = font.GlyphAccessor.GetGlyphById(gid);...

    blog.aspose.com/de/font/render-text-with-truety...
  2. ค้นหา

    ค้นหา...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...QualityLogic, Inc."); glyphs->set_Fill(textFill); glyphs = doc->AddGlyphs(u"Arial"...

    blog.aspose.com/th/page/create-or-edit-postscri...
  3. تعديل وإضافة ملفات XPS جديدة | المحلول .NET

    NET API Solution لإدارة ملفات XPS. قم بإنشاء وتعديل ملفات XPS ببضعة أسطر من التعليمات البرمجية. تعرف على أمثلة C# حول كيفية القيام بذلك....XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(..., 450f , "Hello World!" ); glyphs.Fill = xDocs.CreateSolidColorBrus(Color...

    products.aspose.com/page/ar/net/create-xps-file/
  4. Rendering di testo utilizzando TrueType Font | C++

    API C ++ per gli sviluppatori per manipolare e font. Impara i fondamenti su come rendere i caratteri TrueType e OpenType all'interno di prodotti C ++....Render la corrente elaborata Glyph utilizzando il metodo GlyphOutlineRenderer...System::String outFile) 3 { 4 //Get glyph identifiers for every symbol...

    docs.aspose.com/font/it/cpp/text-rendering-true...
  5. 搜索

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

    blog.aspose.com/zh-hant/font/load-save-extract-...
  6. Змінити та додати нові файли XPS | .NET

    Рішення .NET API для керування файлами XPS. Створюйте та змінюйте файли XPS за допомогою кількох рядків коду. Ознайомтеся з прикладами C#....XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(..., 450f , "Hello World!" ); glyphs.Fill = xDocs.CreateSolidColorBrus(Color...

    products.aspose.com/page/uk/net/create-xps-file/
  7. Base de connaissances des polices EOT

    Polices EOT. Autrefois cruciales pour la typographie Web, elles sont désormais moins pertinentes en raison de l'évolution des navigateurs....police, notamment les formes de glyphes, les mesures de police (telles...réelles telles que les formes de glyphes, les mesures de police (montée...

    docs.aspose.com/font/fr/net/what-is-font/eot-font/
  8. 記録

    記録...println("Glyph count: " + font.getNumGlyphs());...//'A'のグリフ Glyph glyph = font.getGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/ja/font/work-with-cff-truetype-...
  9. 档案

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

    blog.aspose.com/zh/font/load-save-extract-infor...
  10. 아카이브

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

    blog.aspose.com/ko/font/work-with-truetype-cff-...