VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / CreateFontSubset Methods / CreateFontSubset(PdfFont,String) Method
Syntax Requirements SeeAlso
In This Topic
    CreateFontSubset(PdfFont,String) Method (PdfFontManager)
    In This Topic
    Creates the font subset that must be used to encode specfied text.
    Syntax
    'Declaration
    
    Public Overloads Function CreateFontSubset( _
    ByVal font
    The font.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
    ByVal text
    The text that muse ve encoded.
    As System.String _
    ) As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont

    Parameters

    font
    The font.
    text
    The text that muse ve encoded.

    Return Value

    The subset of font.
    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