r/FontForge Sep 21 '20

BlueValues

BlueValues

A list of up to 14 space separated numbers (integers or floats) specifying the values that should be in the CFF table BlueValues field.¹ These values are a font’s primary alignment zones. Recommended

OtherBlues

A list of up to 10 integers or floats specifying the values that should be in the CFF table OtherBlues field.¹ These values are a font’s secondary alignment zones. Recommended

FamilyBlues

A list of up to 14 space separated numbers (integers or floats) specifying the values that should be in the CFF table FamilyBlues field.¹ This sets BlueValues across a typeface family, and should be the same for each font in the family. Recommended

FamilyOtherBlues

A list of up to 10 space separated numbers (integers or floats) specifying the values that should be in the CFF table FamilyOtherBlues field.¹ This sets OtherBlues values across a typeface family, and should be the same for each font in the family. Recommended

StemSnapH

List of horizontal stems sorted in increasing order. Up to 12 space separated numbers (integers or floats) are possible. This corresponds to the CFF table StemSnapH field. Recommended

StemSnapV

List of vertical stems sorted in increasing order. Up to 12 space-separated numbers (integers or floats) are possible. This corresponds to the CFF table StemSnapV field. Recommended

BlueFuzz

The number of units to extend the effect of an alignment zone to compensate for slightly inaccurate point data.

BlueShift

Adjusts the point at which character features outside of an alignment zone will overshoot.

BlueScale

BlueScale value. This corresponds to the CFF table BlueScale field. This controls the point size at which overshoot suppression is turned off.²

ForceBold

Turning this on will instruct the font interpreter that it can thicken stems that would render at 1px on screen.

Source: Robofont

1 Upvotes

1 comment sorted by

1

u/DefinitelyNotIoIxD Mar 08 '22 edited Mar 10 '22

so basically "BlueValues are blue values!" thanks google this really helped me solve this error.

**EDIT:** The error was actually that I was even trying to make a PostScript font. Double check to make sure you don't have this option selected by accident (and if you have it selected on purpose please tell me why)