VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / CreateGlyphLessFont() Method
Syntax Requirements SeeAlso
In This Topic
    CreateGlyphLessFont() Method (PdfFontManager)
    In This Topic
    Creates CID font without glyphs for specified PDF document.
    Syntax
    'Declaration
    
    Public Function CreateGlyphLessFont() As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont
    
    
    public Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont CreateGlyphLessFont()
    
    
    public: Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* CreateGlyphLessFont()
    
    
    public:
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ CreateGlyphLessFont()

    Return Value

    New CID font without glyphs.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also