C# Class SubtitleFontReplacer.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: EFanZh/EFanZh

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
AddFontMappingButton_Click ( object sender, RoutedEventArgs e ) : void
AddVirtualFontButton_Click ( object sender, RoutedEventArgs e ) : void
AnalyzeButton_Click ( object sender, RoutedEventArgs e ) : void
AnalyzeFile ( string file ) : int>[]>.Task
ExistingFontsListBox_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Filter ( string file ) : bool
GetFiles ( string path ) : Task>
MainWindow_Closing ( object sender, CancelEventArgs e ) : void
Process ( string content, string>.IDictionary mapping ) : string
ProcessButton_Click ( object sender, RoutedEventArgs e ) : void
ProcessFile ( string file, string>.IDictionary mapping ) : System.Threading.Tasks.Task
RemoveFontMappingButton_Click ( object sender, RoutedEventArgs e ) : void
RemoveVirtualFontButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System