Skip to content

v0.4.0

Latest

Choose a tag to compare

@Variel Variel released this 21 Feb 18:13

New Features

  • Per-run style override: --style "노드//검색텍스트.속성=값" 문법으로 mixed text 내 특정 텍스트 런의 스타일을 개별 변경 (fontWeight, fontFamily, fontSize, color 등)
  • Programmatic API에서도 { type: 'style', target, search, props } 형태로 사용 가능

Bug Fixes

  • --style fontWeight=X 등 Typography 오버라이드가 styleOverrideTable 항목에도 전파되도록 수정
  • styleOverrideTable 엔트리에 fontName이 없는 경우 (lineHeight만 있는 등) 노드 기본값에서 복사하여 스타일 변경이 정상 적용되도록 수정