Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public static Path generate() throws Exception {
"Identical input, identical PDF — byte-comparable. Layout snapshots, JMH-benchmarked hot paths."))
.addSection("CapTheme", section -> capabilityColumn(section,
"CINEMATIC THEMING",
"BusinessTheme · CvTheme palettes, component-level tokens, v2 layered preset architecture.")))
"BusinessTheme · BrandTheme palettes, component-level tokens, v2 layered preset architecture.")))

// ── Footer brand stripe ───────────────────────
.addShape(s -> s.size(516, 0.6).fillColor(RULE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Renders the v2 Boxed Sections CV preset against the structured
* {@code CvDocument} sample data using the default
* {@code CvTheme.boxedClassic()} theme.
* {@code BrandTheme.boxedClassic()} theme.
*
* <p>Output:
* {@code examples/target/generated-pdfs/templates/cv/cv-boxed-sections-v2.pdf}.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/demcha/compose/GraphCompose.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static MultiSectionDocumentBuilder documents(Path outputFile) {
* Returns the logical font families bundled with GraphCompose out of the box.
*
* <p>The returned names are the identifiers used by {@code DocumentTextStyle},
* {@code CvTheme}, and the font library. They describe what can be referenced
* {@code BrandTheme}, and the font library. They describe what can be referenced
* immediately without registering custom font families.</p>
*/
public static List<FontName> availableFonts() {
Expand Down
Loading
Loading