StripPlan constructor
StripPlan({
- required int totalFlushPoints,
- required int deviceWidth,
- required int deviceHeight,
- required PdfMatrix pageToDevice,
- required double tolerance,
- required List<
StripBatchData> batches, - bool slugGlyphs = false,
- List<
SlugBatchData> slugBatches = const [], - int slugQuadCount = 0,
- int slugFallbackOutlineRuns = 0,
- List<
int> slugFallbackOrdinals = const [],
Implementation
StripPlan({
required this.totalFlushPoints,
required this.deviceWidth,
required this.deviceHeight,
required this.pageToDevice,
required this.tolerance,
required this.batches,
this.slugGlyphs = false,
this.slugBatches = const [],
this.slugQuadCount = 0,
this.slugFallbackOutlineRuns = 0,
this.slugFallbackOrdinals = const [],
});