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

Monospace font for Documentation in Perspective #233

Open
mottosso opened this issue May 24, 2017 · 0 comments
Open

Monospace font for Documentation in Perspective #233

mottosso opened this issue May 24, 2017 · 0 comments
Labels

Comments

@mottosso
Copy link
Member

Goal

Improve readability of documentation in Perspective.

Implementation

Documentation in Perspective is the docstring of a plug-in, and docstrings are written in a monospace's font like Consolas. Currently, it is rendered as Open Sans.

Source

class IntegrateMindbenderAsset(pyblish.api.InstancePlugin):
    """Write to files and metadata

    This plug-in exposes your data to others by encapsulating it
    into a new version.

    Schema:
        Data is written in the following format.
         ____________________
        |                    |
        | version            |
        |  ________________  |
        | |                | |
        | | representation | |
        | |________________| |
        | |                | |
        | | ...            | |
        | |________________| |
        |____________________|

    """

Before

image

After

image

@mottosso mottosso added the bug label May 24, 2017
mottosso added a commit to mottosso/pyblish-qml that referenced this issue May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant