From 938759f2e3be130a2884d853d6351b4af57cd422 Mon Sep 17 00:00:00 2001 From: kradchen Date: Thu, 5 Jun 2025 14:43:13 +0800 Subject: [PATCH] refactor: code format --- src/src/Rendering/Measure/RulerAnnotationActor.cpp | 2 +- src/src/Rendering/Measure/TextAnnotationActor.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/src/Rendering/Measure/RulerAnnotationActor.cpp b/src/src/Rendering/Measure/RulerAnnotationActor.cpp index ba66ec7..61b04a0 100644 --- a/src/src/Rendering/Measure/RulerAnnotationActor.cpp +++ b/src/src/Rendering/Measure/RulerAnnotationActor.cpp @@ -32,7 +32,7 @@ RulerAnnotationActor::RulerAnnotationActor() { textProperty->SetFontFile(FONT_FILE_PATH); } else{ - textProperty->SetFontFamilyToArial(); + textProperty->SetFontFamilyToArial(); textProperty->SetBold(1); } textProperty->SetFontSize(16); diff --git a/src/src/Rendering/Measure/TextAnnotationActor.cpp b/src/src/Rendering/Measure/TextAnnotationActor.cpp index 42adada..1d8283a 100644 --- a/src/src/Rendering/Measure/TextAnnotationActor.cpp +++ b/src/src/Rendering/Measure/TextAnnotationActor.cpp @@ -56,7 +56,7 @@ void TextAnnotationActor::ResetTextProp() { mTextProperty->SetFontFile(FONT_FILE_PATH); } else{ - mTextProperty->SetFontFamilyToArial(); + mTextProperty->SetFontFamilyToArial(); } mTextProperty->SetFontSize(16);