Skip to content

Commit

Permalink
snowman
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Dec 9, 2023
1 parent beac32a commit 32c540d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions precompute/precompute-font.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ int main(void) {
int width;
int xoff;
int yoff;
int glyph = stbtt_FindGlyphIndex(&font, 65);
int glyph = stbtt_FindGlyphIndex(&font, 0x2603);
unsigned char *bitmap = stbtt_GetGlyphSDF(&font,
stbtt_ScaleForPixelHeight(&font, 16), /*scale*/
stbtt_ScaleForPixelHeight(&font, 96), /*scale*/
glyph, /* glyph index */
5, /* int padding */
180, /* unsigned char onedge_value */
Expand Down

0 comments on commit 32c540d

Please sign in to comment.