pub(crate) fn hint_edges(
axis: &mut Axis,
metrics: &ScaledAxisMetrics,
group: ScriptGroup,
scale: &Scale,
top_to_bottom_hinting: bool,
)
Expand description
Main Latin grid-fitting routine.
Note: this is one huge function in FreeType, broken up into several below.