C# Class NOpenType.Tables.TableEntryCollection

Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddEntry ( TableEntry en ) : void
ReplaceTable ( TableEntry table ) : void
TableEntryCollection ( int tableCount ) : System.Collections.Generic
TryGetTable ( string tableName, TableEntry &entry ) : bool

Method Details

AddEntry() public method

public AddEntry ( TableEntry en ) : void
en TableEntry
return void

ReplaceTable() public method

public ReplaceTable ( TableEntry table ) : void
table TableEntry
return void

TableEntryCollection() public method

public TableEntryCollection ( int tableCount ) : System.Collections.Generic
tableCount int
return System.Collections.Generic

TryGetTable() public method

public TryGetTable ( string tableName, TableEntry &entry ) : bool
tableName string
entry TableEntry
return bool