TtfInfo Class

Namespace: Stimulsoft.Base.Drawing.FontReader

Methods

Method Returns Description
getCmapDictionary number[]  
getFamilyName string  
getStyle FontStyle  

Method Details

getCmapDictionary

getCmapDictionary(): number[]

Returns number[]


getFamilyName

getFamilyName(): string

Returns string


getStyle

getStyle(): FontStyle

Returns FontStyle

Fields

Field Type Description
cmap t_Cmap  
fontReader StiFontReader  
head t_Head  
headerOffset number  
hhea t_Hhea  
hmtx t_Hmtx  
maxp t_Maxp  
name t_Name  
name any  
numTables number  
os2 t_OS2  
sFntVersion number  
tables Dictionary<string, t_Table>