C1.Win.8 Assembly / C1.Util Namespace / FontSubSet Class


FontSubSet Class Methods

For a list of all members of this type, see FontSubSet members.

Public Methods
 NameDescription
Public MethodSearch best alternative for text in font subset array.  
Public Methodstatic (Shared in Visual Basic)  
Public MethodGets the char for the glyph index.  
Public MethodCounts the number of chars in text that do have corresponding glyphs in this font.  
Public Methodstatic (Shared in Visual Basic)  
Public Methodstatic (Shared in Visual Basic)  
Public MethodCalculate diff panose index.  
Public MethodCalculates "panse index" (panoseIndex) and count of chars that can be displayed by fss. panoseIndex represents difference between current FontSubSetBase object and fss object. Minimal number defines minimal difference, i.e. 0 means that current FontSubSetBase object and fss very similar. -1 means that fss can not be used as alternative for current object to display s.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Create FontSubSet object using font name and styles.  
Public MethodGets stream for the font table block by name.  
Public MethodGets width of the glyph index from font data.  
Public MethodOverloaded. Gets the metrics for a character (code, glyph index, width).  
Public Method  
Public MethodReturns true if current font contains glyph for character with specified code.  
Public MethodReturns true if current FontSubSetBase object can show all chars in specified string excluding control chars (chars for that char.IsControl() == true).  
Public MethodOverloaded. Measure text for this font subset.  
Public Method  
Public Methodstatic (Shared in Visual Basic)Overloaded. Sets already exist FontSubSet object to cache.  
Public Method  
Top
Protected Methods
 NameDescription
Protected Methodstatic (Shared in Visual Basic)  
Protected MethodInitialization fields.  
Protected Method  
Protected MethodResolves characters with ambiguous East Asian width to either narrow or wide.  
Top
See Also