Sort Score
Result 10 results
Languages All
Labels All
Results 6,101 - 6,110 of 13,199 for

symbols

(0.21 sec)
  1. System::Text::EncoderReplacementFallback Class ...

    Public Member Functions | Protected Member Functions | List of all members System::Text::EncoderReplacementFallback C......strategy of replacing erroneous symbol with a stub. Objects of this...strategy of replacing erroneous symbol with a stub. Objects of this...

    reference.aspose.com/font/cpp/class/system.text...
  2. System::Text::EncoderReplacementFallback Class ...

    Public Member Functions | Protected Member Functions | List of all members System::Text::EncoderReplacementFallback C......strategy of replacing erroneous symbol with a stub. Objects of this...strategy of replacing erroneous symbol with a stub. Objects of this...

    reference.aspose.com/tex/cpp/class/system.text....
  3. System::Text::DecoderReplacementFallback Class ...

    Public Member Functions | Protected Member Functions | List of all members System::Text::DecoderReplacementFallback C......strategy of replacing erroneous symbol with a stub. Objects of this...strategy of replacing erroneous symbol with a stub. Objects of this...

    reference.aspose.com/font/cpp/class/system.text...
  4. Manipulações com glifos | API para C++

    C++ API Solution para gerenciar várias fontes. Aprenda como obter informações de Glifos e Métricas de uma fonte com algumas linhas de código.... for ( char16_t symbol : text) { System :: SharedPtr...get_Encoding() -> DecodeToGid(symbol); System :: SharedPtr < Glyph...

    products.aspose.com/font/pt/cpp/manipulate-glyphs/
  5. System::Text::EncoderReplacementFallback Class ...

    Public Member Functions | Protected Member Functions | List of all members System::Text::EncoderReplacementFallback C......strategy of replacing erroneous symbol with a stub. Objects of this...strategy of replacing erroneous symbol with a stub. Objects of this...

    reference.aspose.com/pdf/cpp/class/system.text....
  6. Манипуляции с глифами | API для С++

    Решение C++ API для управления различными шрифтами. Узнайте, как получить информацию о глифах и метриках шрифта с помощью нескольких строк кода.... for ( char16_t symbol : text) { System :: SharedPtr...get_Encoding() -> DecodeToGid(symbol); System :: SharedPtr < Glyph...

    products.aspose.com/font/ru/cpp/manipulate-glyphs/
  7. System::Text::DecoderReplacementFallback Class ...

    Public Member Functions | Protected Member Functions | List of all members System::Text::DecoderReplacementFallback C......strategy of replacing erroneous symbol with a stub. Objects of this...strategy of replacing erroneous symbol with a stub. Objects of this...

    reference.aspose.com/pdf/cpp/class/system.text....
  8. Using Glyph objects | API Solution for C++

    Glyph objects in Aspose.Font library functionality is described by the properties it has. The code snippets help you understand how to code Glyphs in C++.... 10 for ( char16_t symbol : text ) 11 { 12 System ::...get_Encoding ()-> DecodeToGid ( symbol ); 13 System :: SharedPtr <...

    docs.aspose.com/font/cpp/developer-guide/using-...
  9. ILoadOptions | Aspose.Slides for C++ API Reference

    Allows to specify additional options (such as format or default font) when loading a presentation....get_DefaultSymbolFont () Returns Symbol font used in case source font...set_DefaultSymbolFont ( System::String ) Sets Symbol font used in case source font...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  10. ग्लिफ़ के साथ जोड़तोड़ | एपीआई समाधान | .NET

    फोंट का प्रबंधन करने के लिए .NET API समाधान। C# कोड की कुछ पंक्तियों के साथ एक फ़ॉन्ट के ग्लिफ़ और मेट्रिक्स जानकारी प्राप्त करने का तरीका जानें।... foreach ( char symbol in text) { GlyphId gid = this..._font.Encoding.DecodeToGid(symbol); Glyph glyph = this ._font...

    products.aspose.com/font/hi/net/manipulate-glyphs/