-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8327385: Add JavaDoc option to exclude web fonts from generated documentation Reviewed-by: ihse, jjg
- Loading branch information
Showing
38 changed files
with
546 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+274 KB
...classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Bold.woff
Binary file not shown.
Binary file added
BIN
+189 KB
...lasses/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Bold.woff2
Binary file not shown.
Binary file added
BIN
+270 KB
.../jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-BoldOblique.woff
Binary file not shown.
Binary file added
BIN
+189 KB
...jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-BoldOblique.woff2
Binary file not shown.
Binary file added
BIN
+268 KB
...sses/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Oblique.woff
Binary file not shown.
Binary file added
BIN
+188 KB
...ses/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Oblique.woff2
Binary file not shown.
Binary file added
BIN
+294 KB
...hare/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans.woff
Binary file not shown.
Binary file added
BIN
+203 KB
...are/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans.woff2
Binary file not shown.
Binary file added
BIN
+162 KB
...ses/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Bold.woff
Binary file not shown.
Binary file added
BIN
+118 KB
...es/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Bold.woff2
Binary file not shown.
Binary file added
BIN
+129 KB
.../javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-BoldOblique.woff
Binary file not shown.
Binary file added
BIN
+91.3 KB
...javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-BoldOblique.woff2
Binary file not shown.
Binary file added
BIN
+129 KB
.../jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Oblique.woff
Binary file not shown.
Binary file added
BIN
+91.8 KB
...jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Oblique.woff2
Binary file not shown.
Binary file added
BIN
+166 KB
.../classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono.woff
Binary file not shown.
Binary file added
BIN
+121 KB
...classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono.woff2
Binary file not shown.
Binary file added
BIN
+164 KB
...lasses/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Bold.woff
Binary file not shown.
Binary file added
BIN
+110 KB
...asses/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Bold.woff2
Binary file not shown.
Binary file added
BIN
+162 KB
.../jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-BoldItalic.woff
Binary file not shown.
Binary file added
BIN
+110 KB
...jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-BoldItalic.woff2
Binary file not shown.
Binary file added
BIN
+163 KB
...sses/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Italic.woff
Binary file not shown.
Binary file added
BIN
+111 KB
...ses/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Italic.woff2
Binary file not shown.
Binary file added
BIN
+182 KB
...are/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif.woff
Binary file not shown.
Binary file added
BIN
+124 KB
...re/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif.woff2
Binary file not shown.
104 changes: 104 additions & 0 deletions
104
...avadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/dejavu.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
/* | ||
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved. | ||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
* | ||
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ | ||
*/ | ||
|
||
/* DejaVu fonts v2.37 */ | ||
|
||
@font-face { | ||
font-family: 'DejaVu Sans Mono'; | ||
src: url('DejaVuLGCSansMono.woff2') format('woff2'), | ||
url('DejaVuLGCSansMono.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Sans Mono'; | ||
src: url('DejaVuLGCSansMono-Oblique.woff2') format('woff2'), | ||
url('DejaVuLGCSansMono-Oblique.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Sans Mono'; | ||
src: url('DejaVuLGCSansMono-Bold.woff2') format('woff2'), | ||
url('DejaVuLGCSansMono-Bold.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Sans Mono'; | ||
src: url('DejaVuLGCSansMono-BoldOblique.woff2') format('woff2'), | ||
url('DejaVuLGCSansMono-BoldOblique.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Sans'; | ||
src: url('DejaVuLGCSans.woff2') format('woff2'), | ||
url('DejaVuLGCSans.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Sans'; | ||
src: url('DejaVuLGCSans-Oblique.woff2') format('woff2'), | ||
url('DejaVuLGCSans-Oblique.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Sans'; | ||
src: url('DejaVuLGCSans-Bold.woff2') format('woff2'), | ||
url('DejaVuLGCSans-Bold.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Sans'; | ||
src: url('DejaVuLGCSans-BoldOblique.woff2') format('woff2'), | ||
url('DejaVuLGCSans-BoldOblique.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Serif'; | ||
src: url('DejaVuLGCSerif.woff2') format('woff2'), | ||
url('DejaVuLGCSerif.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Serif'; | ||
src: url('DejaVuLGCSerif-Italic.woff2') format('woff2'), | ||
url('DejaVuLGCSerif-Italic.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Serif'; | ||
src: url('DejaVuLGCSerif-Bold.woff2') format('woff2'), | ||
url('DejaVuLGCSerif-Bold.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'DejaVu Serif'; | ||
src: url('DejaVuLGCSerif-BoldItalic.woff2') format('woff2'), | ||
url('DejaVuLGCSerif-BoldItalic.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: italic; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
d0a2650
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review
Issues