iText 8.0.2 API
|
Public Member Functions |
|
virtual String[][] | GetNames (int id) |
Extracts the names of the font in all the languages available. More... |
|
virtual String[][] | GetFullName () |
virtual String | GetFontName () |
virtual String | GetCidFontName () |
virtual String[][] | GetFamilyName () |
virtual String[][] | GetFamilyName2 () |
Get extra family name if exists. More... |
|
virtual String | GetStyle () |
virtual String | GetSubfamily () |
virtual int | GetFontWeight () |
virtual String | GetFontStretch () |
Gets font stretch in css notation (font-stretch property). More... |
|
virtual bool | AllowEmbedding () |
virtual bool | IsBold () |
virtual bool | IsItalic () |
virtual bool | IsUnderline () |
virtual bool | IsOutline () |
virtual bool | IsShadow () |
virtual bool | IsCondensed () |
virtual bool | IsExtended () |
override String | ToString () |
|
inlinevirtual |
Get extra family name if exists.
null
otherwise.
|
inlinevirtual |
Gets font stretch in css notation (font-stretch property).
|
inlinevirtual |
Extracts the names of the font in all the languages available.
id | the name id to retrieve in OpenType notation |
String[][]
if any names exists, otherwise null
.