C# Class Itenso.Rtf.Interpreter.RtfFontTableBuilder

Inheritance: Itenso.Rtf.Support.RtfElementVisitorBase
Show file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
Reset ( ) : void
RtfFontTableBuilder ( RtfFontCollection fontTable ) : System

Protected Methods

Method Description
DoVisitGroup ( IRtfGroup group ) : void

Private Methods

Method Description
AddCurrentFont ( ) : void
BuildFontFromGroup ( IRtfGroup group ) : void

Method Details

DoVisitGroup() protected method

protected DoVisitGroup ( IRtfGroup group ) : void
group IRtfGroup
return void

Reset() public method

public Reset ( ) : void
return void

RtfFontTableBuilder() public method

public RtfFontTableBuilder ( RtfFontCollection fontTable ) : System
fontTable Itenso.Rtf.Model.RtfFontCollection
return System