mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 23:32:19 +10:00
feat(pdf): roll out shared RTL layout to all templates
Introduce createRtlStyleHelpers and a single rtl flag on RenderProvider, migrate every template page to mirrored layout styles, and rename alignRight to alignEnd. Fix plain rich text rendering via PdfText paragraph renderers and map legacy Times New Roman to Times-Roman. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -132,7 +132,7 @@ const legacyFontAliases: Record<string, string> = {
|
||||
Cambria: "Tinos",
|
||||
Calibri: "Carlito",
|
||||
Garamond: "EB Garamond",
|
||||
"Times New Roman": "Tinos",
|
||||
"Times New Roman": "Times-Roman",
|
||||
};
|
||||
|
||||
export function resolveLegacyFontAlias(family: string): string | null {
|
||||
|
||||
Reference in New Issue
Block a user