getFontFamily static method

String getFontFamily(
  1. int pageIndex
)

اسم عائلة الخط للصفحة المحددة (page1 .. page604).

Implementation

static String getFontFamily(int pageIndex) => 'page${pageIndex + 1}';