public Font(IntPtr handle, Book book) { this.handle = handle; this.book = book; }
public Format(IntPtr handle, Book book) { this.handle = handle; this.book = book; }