Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / LocalFamilyNames Property

In This Topic
    LocalFamilyNames Property
    In This Topic
    Gets the array of localized font family names with associated language IDs.
    Syntax
    'Declaration
     
    Public ReadOnly Property LocalFamilyNames As Font.LocalFamilyName()
    public Font.LocalFamilyName[] LocalFamilyNames {get;}
    See Also