mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-05 02:55:21 +00:00
Update README.rst
This commit is contained in:
parent
081d5b0d8b
commit
857cce7a83
@ -178,7 +178,7 @@ This can be `5 to 9 times faster than fprintf
|
||||
fmt::print(fg(fmt::color::crimson) | fmt::emphasis::bold,
|
||||
"Hello, {}!\n", "world");
|
||||
fmt::print(fg(fmt::color::floral_white) | bg(fmt::color::slate_gray) |
|
||||
fmt::emphasis::underline, "¡Olá {}!\n", "Mundo");
|
||||
fmt::emphasis::underline, "¡Olá, {}!\n", "Mundo");
|
||||
fmt::print(fg(fmt::color::steel_blue) | fmt::emphasis::italic,
|
||||
"你好{}!\n", "世界");
|
||||
}
|
||||
@ -186,7 +186,7 @@ This can be `5 to 9 times faster than fprintf
|
||||
Output on a modern terminal with Unicode support:
|
||||
|
||||
.. image:: https://github.com/fmtlib/fmt/assets/
|
||||
576385/073817d5-e3d0-4666-ad90-bb94a7d68af2
|
||||
576385/355172ac-6b6f-4aee-88aa-30f082e58e01
|
||||
|
||||
Benchmarks
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user