1 2 3 4 5
// Label constants /// Font size used for all debug labels. pub(super) const LABEL_FONT_SIZE: f32 = 11.0; /// Pixel offset used to keep labels off line endpoints and screen edges. pub(super) const LABEL_PIXEL_OFFSET: f32 = 8.0;