|
Add Android fonts to blimp engine
The blimp engine is currently using Linux fonts, which works well
for Linux clients. However, for Android clients, Skia should be
instructed to use Android fonts instead to ensure that the font
rendering works correctly.
This CL adds a starting set of fonts to be used, ensures that they
are part of the engine bundle, and provides documentation for how
to use them in locally hosted engines and also for how to keep the
fonts up to date.
This also updates the engine manifest and starts loading a new
dynamic library while running the engine plus fixes the documentation
for running the engine as a container.
Initial CL: https://codereview.chromium.org/1735783002/
Revert: https://codereview.chromium.org/1772343003/
BUG= 585668, 588929
Committed: https://crrev.com/b4fd57023ade2863e463d3380456968dca6c8bcf
Cr-Commit-Position: refs/heads/master@{#380022}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+974 lines, -12 lines) |
Patch |
|
M |
DEPS
|
View
|
1
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
blimp/README.md
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
blimp/docs/container.md
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A |
blimp/docs/fonts.md
|
View
|
1
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
|
M |
blimp/docs/running.md
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
blimp/engine/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
blimp/engine/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
blimp/engine/Dockerfile
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
blimp/engine/engine-manifest.txt
|
View
|
1
|
2 chunks |
+207 lines, -2 lines |
0 comments
|
Download
|
|
M |
blimp/engine/start_engine.sh
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
blimp/tools/manifest-blacklist.txt
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
A |
third_party/blimp_fonts/.gitignore
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/blimp_fonts/BUILD.gn
|
View
|
1
|
1 chunk |
+217 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/blimp_fonts/LICENSE
|
View
|
1
|
1 chunk |
+232 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/blimp_fonts/LICENSE.Apache
|
View
|
|
1 chunk |
+201 lines, -0 lines |
0 comments
|
Download
|
|
A + |
third_party/blimp_fonts/LICENSE.OFL
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
third_party/blimp_fonts/OWNERS
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
A |
third_party/blimp_fonts/README.chromium
|
View
|
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/blimp_fonts/font_bundle.tar.gz.sha1
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 21 (9 generated)
|