টেক্সট সার্কুলার

একটি বৃত্তাকার বা বাঁকা পাঠ্য কনফিগারেশন নির্দিষ্ট করে।

Introduced in Wear OS 4.

সিনট্যাক্স

<TextCircular centerX="float" centerY="float"
              direction="CLOCKWISE | COUNTER_CLOCKWISE" width="float"
              height="float" startAngle="float-degrees"
              endAngle="float-degrees" align="START | CENTER | END"
              ellipsis="boolean" >
    <!-- Possible inner elements. The PartText element syntax shows a
         more complete example. -->
    <Transform .../>
    <Font ... />
    <BitmapFont ... />
</TextCircular>

গুণাবলী

TextCircular উপাদানের নিম্নলিখিত বৈশিষ্ট্য রয়েছে। কিছু বৈশিষ্ট্য প্রয়োজন যখন অন্যগুলো ঐচ্ছিক।

প্রয়োজনীয় গুণাবলী

নিম্নলিখিত গুণাবলী প্রয়োজন:

centerX এবং centerY

ফ্লোটিং-পয়েন্ট মানগুলির একটি জোড়া যা উপাদানটির কেন্দ্রের অবস্থান নির্দিষ্ট করে৷

এই বৈশিষ্ট্যগুলি রূপান্তরযোগ্য

width এবং height

ফ্লোটিং-পয়েন্ট মানগুলির একটি জোড়া যা উপাদানটির আকার নির্দিষ্ট করে৷

startAngle and endAngle

ফ্লোটিং-পয়েন্ট মানগুলির একটি জোড়া যা পাঠ্যের শুরুর দিকের কোণ এবং পাঠ্যের শেষ দিকের কোণ যথাক্রমে নির্দিষ্ট করে৷ 0 ডিগ্রি কোণ ঘড়ির মুখের 12 টার অবস্থানকে প্রতিনিধিত্ব করে।

উদাহরণস্বরূপ, ঘড়ির মুখের উপরের চতুর্থাংশের চারপাশে পাঠ্য বক্ররেখা করতে, 335.0 এর একটি startAngle এবং 45.0 এর endAngle ব্যবহার করুন।

These attributes are transformable .

Optional attributes

The following attributes are optional:

direction

Indicates the direction in which the text is written:

  • CLOCKWISE (default): Show text in the clockwise direction.
  • COUNTER_CLOCKWISE : Show text in the counterclockwise direction.
align

Determines the text's alignment within its parent element:

  • START : left- or top-aligned (right-aligned when the current language uses an RTL text direction)
  • CENTER : কেন্দ্র-সারিবদ্ধ
  • END : right- or bottom-aligned (left-aligned when the current language uses an RTL text direction)

ডিফল্ট মান হল CENTER

ellipsis

A boolean value that indicates whether to show an ellipsis if the text is too long to fit in the parent element. ডিফল্টটি FALSE

অভ্যন্তরীণ উপাদান

Text উপাদানটিতে নিম্নলিখিত অভ্যন্তরীণ উপাদানগুলির যে কোনও সংখ্যক থাকতে পারে:

{% শব্দার্থে %} {% endverbatim %} {% শব্দার্থে %} {% endverbatim %}