getDeleteFontsMethod method

  1. @Deprecated('Fonts are now bundled in the package. Nothing to delete.')
Future<void> getDeleteFontsMethod()

للحصول على طريقة إعداد الخطوط فقط قم بإستدعاء getFontsPrepareMethod يمكنك تمرير ارقام الصفحات pages

to prepare the fonts was downloaded before just call getFontsPrepareMethod you can pass pages numbers pages @deprecated الخطوط مضمّنة الآن — لا حاجة للحذف.

Implementation

// Future<void> getFontsPrepareMethod(
//     {List<int>? pages, int batchSize = 24}) async {
//   await quranCtrl.loadPersistedFontsBulk(pages: pages, batchSize: batchSize);
// }

/// @deprecated الخطوط مضمّنة الآن — لا حاجة للحذف.
@Deprecated('Fonts are now bundled in the package. Nothing to delete.')
Future<void> getDeleteFontsMethod() async {
  // لا شيء
}