iText 8.0.5 API
iText.IO.Font.FontProgramDescriptor Class Reference

Base font descriptor. More...

Public Member Functions

virtual String  GetFontName ()
 
virtual String  GetStyle ()
 
virtual int  GetFontWeight ()
 
virtual float  GetItalicAngle ()
 
virtual bool  IsMonospace ()
 
virtual bool  IsBold ()
 
virtual bool  IsItalic ()
 
virtual String  GetFullNameLowerCase ()
 
virtual String  GetFontNameLowerCase ()
 
virtual String  GetFamilyNameLowerCase ()
 
virtual String  GetFamilyName2LowerCase ()
  Get extra family name if exists. More...
 
virtual ICollection< String >  GetFullNameAllLangs ()
 
virtual ICollection< String >  GetFullNamesEnglishOpenType ()
 

Detailed Description

Base font descriptor.

Member Function Documentation

◆ GetFamilyName2LowerCase()

virtual String iText.IO.Font.FontProgramDescriptor.GetFamilyName2LowerCase ( )
inlinevirtual

Get extra family name if exists.

Returns
extra family name if exists in the font, null otherwise.