Closed hellow554 closed 3 years ago
width is deprecated and should be replaced by horizontalAdvance as well as qsort is deprecated and std::sort should be used.
width
horizontalAdvance
qsort
std::sort
width
is deprecated and should be replaced byhorizontalAdvance
as well asqsort
is deprecated andstd::sort
should be used.