Skip to content

Commit

Permalink
Rename use of deprecated API in an example
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed May 3, 2024
1 parent 0b904d2 commit e48b87f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -159,7 +159,7 @@ AeHarfbuzzRenderExample >> newForm [
aeCanvas pathTranslate: 0 @ (fontHeight*1.1).
aeCanvas setSourceColor: Color red muchDarker.
aeCanvas
drawText: (self glyphArrayWithoutHarfbuzz: cairoScaledFont)
drawGlyphs: (self glyphArrayWithoutHarfbuzz: cairoScaledFont)
font: cairoScaledFont.

"Draw text with Harfbuzz:"
Expand Down

0 comments on commit e48b87f

Please sign in to comment.