PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / RawFontSubSet Class
Properties Methods


In This Topic
    RawFontSubSet Class Members
    In This Topic

    The following tables list the members exposed by RawFontSubSet.

    Protected Constructors
     NameDescription
    Protected ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public PropertyGets base font name that was read from font's data, this property should be used to create PDF fonts. (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public PropertyGets flag that this font can embed as font's data. (Inherited from C1.Util.FontSubSet)
    Public PropertyGets flag that this font can use as subset of the font's data. (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public PropertyGets Font.Bold that was read form font's data. (Inherited from C1.Util.FontSubSet)
    Public PropertyGets Font.Italic that was read form font's data. (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public PropertyGets family class. (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public PropertyGets "original" Font.Bold that was specified when FontSubSetBase object was requested. (Inherited from C1.Util.FontSubSet)
    Public PropertyGets font family name that was read from font's data, this property should be used to create GDI and GDI+ fonts. (Inherited from C1.Util.FontSubSet)
    Public PropertyGets font name that was read from font's data, see also FontSubSet.FontFamilyName. (Inherited from C1.Util.FontSubSet)
    Public PropertyGets "original" Font.Italic that was specified when FontSubSetBase object was requested. (Inherited from C1.Util.FontSubSet)
    Public PropertyGets or sets font key (font identifier). (Inherited from C1.Util.FontSubSet)
    Public PropertyGets "original" font name that was specified when FontSubSetBase object was requested. (Inherited from C1.Util.FontSubSet)
    Public PropertyGets "original" font style that was specified when FontSubSetBase object was requested. (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public PropertyGets or sets value indicating that this FontSubSet object invalid (error occurs during getting font's data) and can not be used. (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public PropertyGets flag that this font must obfuscate. (Inherited from C1.Util.FontSubSet)
    Public PropertyGets flag that this font can embed as font's data. (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Public Property (Inherited from C1.Util.FontSubSet)
    Top
    Public Methods
     NameDescription
    Public MethodSearch best alternative for text in font subset array. (Inherited from C1.Util.FontSubSet)
    Public MethodGets the char for the glyph index. (Inherited from C1.Util.FontSubSet)
    Public MethodCounts the number of chars in text that do have corresponding glyphs in this font. (Inherited from C1.Util.FontSubSet)
    Public MethodCalculate diff panose index. (Inherited from C1.Util.FontSubSet)
    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. (Inherited from C1.Util.FontSubSet)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets font subset for font file name with path.  
    Public MethodOverridden. Gets stream for the font table block by name.  
    Public MethodGets width of the glyph index from font data. (Inherited from C1.Util.FontSubSet)
    Public MethodOverloaded. Gets the metrics for a character (code, glyph index, width). (Inherited from C1.Util.FontSubSet)
    Public Method (Inherited from C1.Util.FontSubSet)
    Public MethodReturns true if current font contains glyph for character with specified code. (Inherited from C1.Util.FontSubSet)
    Public MethodReturns true if current FontSubSetBase object can show all chars in specified string excluding control chars (chars for that char.IsControl() == true). (Inherited from C1.Util.FontSubSet)
    Public MethodOverloaded. Measure text for this font subset. (Inherited from C1.Util.FontSubSet)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Initialization fields.  
    Protected Method (Inherited from C1.Util.FontSubSet)
    Top
    See Also