Method | Description | |
---|---|---|
Add ( int index, string f, |
add font
|
|
Add ( string f ) : |
add font
|
|
Add ( string f, |
add font
|
|
Add ( |
||
Clone ( ) : |
close object
|
|
GetFontName ( int fontIndex ) : string |
get font object special font index
|
|
IndexOf ( string f ) : int |
Get font index special font name
|
|
RTFFontTable ( ) : System |
initialize instance
|
|
Remove ( string f ) : void |
Remove font
|
|
ToString ( ) : string | ||
Write ( |
Write font table rtf
|
|
this ( int fontIndex ) : |
get font information special index
|
|
this ( string fontName ) : |
get font object special name
|
public Add ( int index, string f, |
||
index | int | special font index |
f | string | font name |
encoding | ||
return |
public Add ( string f, |
||
f | string | font name |
encoding | ||
return |
public GetFontName ( int fontIndex ) : string | ||
fontIndex | int | font index |
return | string |
public Write ( |
||
writer | rtf text writer | |
return | void |
public this ( string fontName ) : |
||
fontName | string | font name |
return |