C# Class Bloom.CLI.GetUsedFontsCommand

This generates a list of the fonts used in a book. Currently it is pretty crude, just detecting what fonts are mentioned in one of the book's stylesheets. Some of these might not actually be used (e.g., a fall-back font in one of the sheets shipped with Bloom, or a font in a style that the user defined but didn't end up using, or a font that is used only for a specific language we aren't currently publishing).
Show file Open project: BloomBooks/BloomDesktop

Public Methods

Method Description
Handle ( GetUsedFontsParameters options ) : int

Method Details

Handle() public static method

public static Handle ( GetUsedFontsParameters options ) : int
options GetUsedFontsParameters
return int