Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Aug 13, 2024
1 parent 26bf0c6 commit c4ad880
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions latest/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Scribble was confirmed to work with [GMLive](https://yellowafterlife.itch.io/gam

 

## What's the difference between [Scribble Junior](https://github.com/JujuAdams/ScribbleJunior) and Scribble Deluxe?
## What's the difference between Scribble Junior and Scribble Deluxe?

Scribble Junior is a stripped back lighter text rendering solution compared to Scribble Deluxe. The focus for Scribble Junior is static text that doesn't need to animate where performance is the primary concern. Scribble Deluxe is oriented towards complex text effects where there's a lot of animation and fancy effects going on.
[Scribble Junior](https://github.com/JujuAdams/ScribbleJunior) is a stripped back lighter text rendering solution compared to Scribble Deluxe. The focus for Scribble Junior is static text that doesn't need to animate where performance is the primary concern. Scribble Deluxe is oriented towards complex text effects where there's a lot of animation and fancy effects going on.

 

## Can I use [Scribble Junior](https://github.com/JujuAdams/ScribbleJunior) alongside Scribble Deluxe?
## Can I use Scribble Junior alongside Scribble Deluxe?

Yes! In fact, I encourage it. Scribble Junior is excellent for static UI text whereas Scribble Deluxe is geared more towards dialogue and animated text.
Yes! In fact, I encourage it. [Scribble Junior](https://github.com/JujuAdams/ScribbleJunior) is excellent for static UI text whereas Scribble Deluxe is geared more towards dialogue and animated text.

 

Expand Down Expand Up @@ -62,12 +62,6 @@ Please make a [bug report](https://github.com/JujuAdams/scribble/issues). Juju c

 

## I'm using colour blending with an outlined font and the blend colour is affecting the outline too. What's going on?

[`scribble_font_bake_outline_4dir()`](fonts?id=scribble_font_bake_outline_4dirsourcefontname-newfontname-color-smooth), [`scribble_font_bake_outline_8dir`](fonts?id=scribble_font_bake_outline_8dirsourcefontname-newfontname-color-smooth) and [`scribble_font_bake_outline_8dir_2px`](https://www.jujuadams.com/Scribble/#/latest/fonts?id=scribble_font_bake_outline_8dir_2pxsourcefontname-newfontname-color-smooth) work by pre-rendering the font to a surface using a simple outline shader. The outline and the font itself are inseparably combined. When these outlined glyphs are drawn with some sort of blending applied, Scribble has no way to separate out what's an outline and what's the main body of the glyph. This means the blend necessarily has to apply to both the outline and the glyph itself.

 

## How do I fix weird spacing on the left hand side when my font wraps to the next line?

I've not yet found a really good solution for this bug, but I did make a workaround. Set the `SCRIBBLE_SPRITEFONT_ALIGN_GLYPHS_LEFT` macro to `true` and this should solve your problems. If it doesn't, please file a [bug report](https://github.com/JujuAdams/scribble/issues) and/or yell at me on the [Discord server](https://discord.gg/8krYCqr).
Expand Down

0 comments on commit c4ad880

Please sign in to comment.