We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #105 we also want to make naming of internal types (like FontFamily and Fill) to be PascalCase.
FontFamily
Fill
The text was updated successfully, but these errors were encountered:
Same is true for parameter names (e.g. Showline -> ShowLine)
Showline
ShowLine
Sorry, something went wrong.
I have not looked at every single of the thousands of positions where this applies, but it is definitely the norm to do it like this now.
No branches or pull requests
Similar to #105 we also want to make naming of internal types (like
FontFamily
andFill
) to be PascalCase.The text was updated successfully, but these errors were encountered: