-
Notifications
You must be signed in to change notification settings - Fork 8
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
Passthrough length & color arguments to text and box #23
Comments
There is already a named argument Example: I not sure if there is a benefit of removing the named argument instead of just a passthrough color. Actually with the size i think it is not obvious where it belongs to. If we think about for example having a option to specify the desired rowhigh for a field, this could be confusing. But adding a argument Beside that you can very easily create a wrapper like But i would like to add a global option for the default font size inside a field, through the |
I already wrote so many wrappers :D
I always think the unnamed args should reflect common options.
must have overlooked this one |
Just to give a short update on the current status on this one. Now it is possible to set a global font size for all data fields as part of the global setup (See #31). This might be helpful if you want to set a different font size as the default font size in your document. If none is specified this will fallback to the font size set on the document itself. |
Small usage improvement.
Every field represents some text at the end and afaik fields do not use length or color arguments.
instead of
passthrough length arguments to text and color arguments as box fill
The text was updated successfully, but these errors were encountered: