このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
avoid leading spaces in `text_rectangle_bounds` (
#2746
)
pull/2750/head
Szieberth Ádám
2年前
committed by
GitHub
親
0d04ceafbf
コミット
4cca234f46
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
4AEE18F83AFDEB23
1個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
}
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存