font menu for readerui

This commit is contained in:
Qingping Hou
2012-06-12 17:42:02 +08:00
parent f8f188ff89
commit acaf8d660e
6 changed files with 51 additions and 9 deletions

View File

@@ -59,8 +59,7 @@ function ReaderToc:onShowToc()
local toc_menu = Menu:new{
title = "Table of Contents",
item_table = items,
width = self.dimen.w,
height = self.dimen.h,
dimen = self.dimen,
ui = self.ui
}
function toc_menu:onMenuChoice(item)