Sort Score
Result 10 results
Languages All
Labels All
Results 5,751 - 5,760 of 62,410 for

ios

(0.11 sec)
  1. Cargar una fuente desde un archivo CFF | C++

    Solución API de C++ para cargar fuentes desde un archivo CFF en su disco duro incluso si este archivo no es una fuente en sí.... IO ; Cargando desde el archivo usando...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/es/cpp/how-to-load-fonts/l...
  2. Завантажити шрифт із файлу CFF | C++

    Рішення C++ API для завантаження шрифтів із файлу на жорсткому диску, навіть якщо це не шрифт сам по собі. Давайте розглянемо, як це зробити з файлу CFF.... IO ; Завантаження з файлу за допомогою...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/uk/cpp/how-to-load-fonts/l...
  3. 从CFF文件加载字体| C++

    C ++ API解决方案即使此文件不是字体Inself,也可以从硬盘驱动器上加载字体。让我们看一下如何从CFF文件中制作它。... IO ; 使用FileInfo对象从文件加载 遵循该算法来实现字体加载:...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/zh/cpp/how-to-load-fonts/l...
  4. Load a font from CFF file | C++

    C++ API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file.... IO ; Loading from the file using...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  5. Cargar una fuente desde un archivo CFF | C++

    Solución API de C++ para cargar fuentes desde un archivo CFF en su disco duro incluso si este archivo no es una fuente en sí.... IO ; Cargando desde el archivo usando...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/es/cpp/how-to-load-fonts/l...
  6. Aspose.SVG for .NET 24.3.0 – Enregistrer un SVG...

    Exemples d'utilisation de classes obsolètes et nouvelles pour enregistrer SVG dans un flux à l'aide de la version 24.3.0 et des versions antérieures de la bibliothèque Aspose.SVG for .NET.... IO ; 2 using Aspose. Svg . IO ; 3 using System. IO . Compression...System. IO ; 2 using Aspose. Svg . IO ; 3 using System. IO . Compression...

    docs.aspose.com/svg/fr/net/migration-between-ve...
  7. www.example.com

    Documentation – Missing Properties https://docs.aspose.com/psd/ar/www.example.com Rec......io</generator> <language>ar</language>...

    docs.aspose.com/psd/ar/www.example.com
  8. ReportingEngine.UseReflectionOptimization | Asp...

    Ottimizza le invocazioni dei membri di tipo personalizzato con la proprietà UseReflectionOptimization di ReportingEngine. Migliora le prestazioni con la generazione dinamica di classi per una maggiore efficienza....non ha effetto se eseguita su iOS e l’ottimizzazione della riflessione...

    reference.aspose.com/words/it/net/aspose.words....
  9. LaTeX до зображення | C++

    Щоб перетворити TeX у формати зображень за допомогою Aspose.TeX API для C++, ознайомтеся з цією статтею, яка описує, як це зробити, і прикладами коду....System::MakeObject < TeXJob > (System::IO::Path::Combine(RunExamples::InputDirectory...System::IO::Stream > fs = System::IO::File::Open(System::IO::Pat...

    docs.aspose.com/tex/uk/cpp/latex-to-image/
  10. 使用 Aspose.Page C++ API 转换 PostScript

    本文将通过代码片段讲解和演示 Aspose.Page API C++ 解决方案中包含的 PS 到 BMP 的转换功能。...System::String imagePath = System::IO::Path::GetFullPath(dataDir +...tem::IO::FileStream> fs = System::MakeObject<System::IO::FileStream>(imagePath...

    docs.aspose.com/page/zh/cpp/convert-ps/