ソースを参照

avoid leading spaces in `text_rectangle_bounds` (#2746)

pull/2750/head
Szieberth Ádám 2年前
committed by GitHub
コミット
4cca234f46
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      examples/text/text_rectangle_bounds.c

+ 2
- 2
examples/text/text_rectangle_bounds.c ファイルの表示

@ -263,6 +263,6 @@ static void DrawTextBoxedSelectable(Font font, const char *text, Rectangle rec,
}
}
textOffsetX += glyphWidth;
k">if ((textOffsetX != 0) || (codepoint != ' ')) textOffsetX += glyphWidth; // avoid leading spaces
}
}
}

読み込み中…
キャンセル
保存