mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[outline] Comment
This commit is contained in:
parent
ae522a1372
commit
4247b78e31
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ float hb_outline_t::area () const
|
|||
|
||||
void hb_outline_t::embolden (float x_strength, float y_strength)
|
||||
{
|
||||
/* This function is a straight port of FreeType's FT_Outline_EmboldenXY */
|
||||
|
||||
if (!x_strength && !y_strength) return;
|
||||
if (!points) return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue