Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*_mode_* scaling not working well for imported fonts #978

Open
davidhodge931 opened this issue Oct 10, 2024 · 3 comments
Open

*_mode_* scaling not working well for imported fonts #978

davidhodge931 opened this issue Oct 10, 2024 · 3 comments

Comments

@davidhodge931
Copy link
Owner

Some other registered fonts look normal at 17 - and then this screws up margins etc

@davidhodge931 davidhodge931 changed the title *_mode_* built for scaling fonts that look normal at 11 *_mode_* scaling not working well for imported fonts Oct 10, 2024
@davidhodge931
Copy link
Owner Author

Renmove from sub-text elements:

  • size = base_size
  • colour = base_colour

@davidhodge931
Copy link
Owner Author

    theme(
      axis.ticks.length = grid::unit(11 / 3, "pt"),
      legend.spacing = grid::unit(11 * 1, "pt"),
      legend.spacing.y = grid::unit(11 * 1.5, "pt"),
      legend.key.size = grid::unit(11 * 1.75, "pt"),
      legend.key.spacing.x = grid::unit(11, "pt"),
      legend.key.spacing.y = grid::unit(11 * 0.33, "pt"),
      panel.spacing = grid::unit(11 * 2, "pt"),
    )

@davidhodge931
Copy link
Owner Author

Solution = make base_size only control text size elements. All other margins, spacing etc are fixed at the default 11 values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant