-
Notifications
You must be signed in to change notification settings - Fork 13
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
Justification engine demo #68
Comments
Okay I have added this math! And some new labels at the top of the paragraph that shows the current YOPQ, column width, and line height. |
Todo: make column width a slider, or detect touch events to make it work on mobile. |
Chris, |
Yes it should be straightforward. Do you have a set of acceptable ranges
against size/weight like we did previously?
…On Mon, Apr 22, 2019 at 2:38 AM David Berlow ***@***.***> wrote:
Chris,
There is one thing i hope we can do easily and quickly.
I'd like to be able to compose and justify RobotoExtremo, as well as
AmstelvarAlpha?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEPKAKP6ZNIGKIX5JCDCBTPRWBQTANCNFSM4G3MEWNA>
.
|
We will find out shortly;)
On Apr 22, 2019, at 11:03 AM, Chris Lewis <[email protected]> wrote:
Do you have a set of acceptable ranges
against size/weight like we did previously?
|
...From applying the same ones we are using Amstelvar
On Apr 22, 2019, at 11:03 AM, Chris Lewis <[email protected]> wrote:
Yes it should be straightforward. Do you have a set of acceptable ranges
against size/weight like we did previously?
On Mon, Apr 22, 2019 at 2:38 AM David Berlow ***@***.***> wrote:
Chris,
There is one thing i hope we can do easily and quickly.
I'd like to be able to compose and justify RobotoExtremo, as well as
AmstelvarAlpha?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEPKAKP6ZNIGKIX5JCDCBTPRWBQTANCNFSM4G3MEWNA>
.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This was more work than expected because a lot of the code was based around the assumption that Amstelvar Alpha was the center of the universe. I've loosened up the justification demo page to be more font-agnostic. I put in some initial values for Roboto Extremo, using |
You can edit the Roboto tolerances here if you like. |
Oops. Robotodelta has the paramedics not extremo....
On Apr 22, 2019, at 7:31 PM, Chris Lewis <[email protected]> wrote:
You can edit the Roboto tolerances here if you like.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Do we have composite-to-parametric relationship math for Roboto Delta? (For doing the ghost-slider thing in typetools, and for computing relative-weight based on XOPQ for the brochure.) @sannorozco @dberlow |
Okay Delta is in on the Justification page |
As more and more needs to be demonstrated at once, before we go too far in parametric x space, I'd like to specify parametric y space more definitively.
So, e.g. pictured below, it's hard to look at larger samples in the justification demo (left) (typetools right), because the linespacing is not following an ideal:
So, can we automate all linespacing, at least in the Justification engine, to a single function like this:
then we can tweaque it for things like widths, and weights after we tweaque it for size.
Using YOPQ makes it serif/sans and case independent, as using YOPQ, means justifying using the local YOPQ value exactly, or to leverage off it and get a proper linespacing
Let me know thanks.
The text was updated successfully, but these errors were encountered: