Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
avoid leading spaces in `text_rectangle_bounds` (
#2746
)
pull/2750/head
Szieberth Ádám
há 2 anos
committed by
GitHub
ascendente
0d04ceafbf
cometimento
4cca234f46
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG:
4AEE18F83AFDEB23
1 ficheiros alterados
com
2 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-2
examples/text/text_rectangle_bounds.c
+ 2
- 2
examples/text/text_rectangle_bounds.c
Ver ficheiro
@ -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
}
}
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar