C# Class NOpenType.Tables.TableEntryCollection

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode 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 méthode

public AddEntry ( TableEntry en ) : void
en TableEntry
Résultat void

ReplaceTable() public méthode

public ReplaceTable ( TableEntry table ) : void
table TableEntry
Résultat void

TableEntryCollection() public méthode

public TableEntryCollection ( int tableCount ) : System.Collections.Generic
tableCount int
Résultat System.Collections.Generic

TryGetTable() public méthode

public TryGetTable ( string tableName, TableEntry &entry ) : bool
tableName string
entry TableEntry
Résultat bool