পার্টটেক্সট

একটি ঘড়ির মুখের অংশকে প্রতিনিধিত্ব করে যাতে ঠিক একটি পাঠ্য বিন্যাস উপাদান থাকে৷

Wear OS 4 এ চালু করা হয়েছে।

সিনট্যাক্স

<PartText x="integer" y="integer" width="integer" height="integer"
           pivotX="float" pivotY="float" angle="float-degrees" alpha="integer"
           name="string" scaleX="float" scaleY="float"
           renderMode="[SOURCE | MASK | ALL]"
           tintColor="argb-color | rgb-color">
    <!-- Text-specific child elements. -->
    <Text>
        <!-- There must be raw text as the leaf inner element within a
            "PartText" element tree. -->
        <Font family="font" size="20" color="#00FFFF">Hello world
        </Font>
        <Font>
            <!-- Example of a text decoration element. -->
            <Outline>
                <!-- Example of a template with 2 string values. -->
                <Template>%s %s
                    <Parameter expression="[MONTH_S]" />
                    <Parameter expression="[DAY]" />
                </Template>
            </Outline>
            <!-- Example of a text formatting element. -->
            <Upper>
                <Template ... />
            </Upper>
            <Template ... />
        </Font>
    </Text>
    <!-- A "PartText" element can contain this "TextCircular" element instead
         of a "Text" element. -->
    <TextCircular centerX="180" centerY="180" direction="COUNTER_CLOCKWISE"
                  endAngle="90" height="340" width="340" startAngle="270">
        <!-- There must be raw text as the leaf inner element within a "PartText"
        element tree. -->
        <Font family="font" size="20" color="#00FFFF">Hello world
        </Font>
        <Font>
            Example of a text decoration element.
            <Outline>
                Example of a template with 2 string values.
                <Template>%s %s
                    <Parameter expression="[MONTH_S]" />
                    <Parameter expression="[DAY]" />
                </Template>
            </Outline>
            Example of a text formatting element.
            <Upper>
                <Template ... />
            </Upper>
            <Template ... />
        </Font>
    </TextCircular />
    -->

    <!-- Child elements that are shared across all "Part" elements. -->
    <Localization .../>
    <Transform .../>
    <Variant .../>
    <Gyro .../>
    <Launch .../>
    <ScreenReader .../>
</PartText>

গুণাবলী

PartText উপাদানের নিম্নলিখিত বৈশিষ্ট্য রয়েছে:

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

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

x , y , width , height

পূর্ণসংখ্যার একটি সংগ্রহ যা উপাদানটির আকার এবং অবস্থান নির্দিষ্ট করে।

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

ঐচ্ছিক বৈশিষ্ট্য

নিম্নলিখিত গুণাবলী ঐচ্ছিক:

pivotX , pivotY

একটি দ্বি-মাত্রিক পিভট বিন্দু যার উপর উপাদানটি ঘোরে। উভয় মানই ফ্লোটিং-পয়েন্ট সংখ্যা যা $ [0, 1] $ রেঞ্জে ফিট করার জন্য স্কেল করা হয়।

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

angle

অনেকগুলি ডিগ্রী, ঘড়ির কাঁটার দিকে, যে উপাদানটিকে তার পিভট বিন্দুতে ঘোরানো উচিত।

This attribute is transformable .

alpha

এই উপাদান থাকা উচিত যে স্বচ্ছতা স্তর সেট করুন. 0 এর মান নির্দেশ করে যে উপাদানটি সম্পূর্ণ স্বচ্ছ হওয়া উচিত। A value of 255 indicates that the element should be completely opaque.

This attribute is transformable .

name

A string that identifies this element. Useful if you need to refer to this element from another location within your watch face file.

scaleX

The horizontal scaling factor to apply to this element.

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

scaleY

The vertical scaling factor to apply to this element.

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

renderMode

উপাদানটির রেন্ডার মোডের ধরন। সম্ভাব্য মানগুলি হল: SOURCE (ডিফল্ট), MASK বা ALL

tintColor

উপাদানটিতে একটি রঙিন রঙ ফিল্টার প্রয়োগ করুন। আপনাকে অবশ্যই ARGB বিন্যাস ( #ff000000 = অস্বচ্ছ কালো) অথবা RGB বিন্যাস ( #000000 = কালো) ব্যবহার করে রঙ নির্দিষ্ট করতে হবে।

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

PartText উপাদানে নিম্নলিখিত অভ্যন্তরীণ উপাদান থাকতে পারে। সমস্ত উপাদান ঐচ্ছিক, তা ছাড়া Text বা TextCircular অভ্যন্তরীণ উপাদানগুলির মধ্যে একটি হতে হবে। একটি PartText উপাদান প্রতিটি অভ্যন্তরীণ উপাদানের একটি সীমাহীন সংখ্যক ধারণ করতে পারে -- Text , TextCircular , Localization , Gyro , Launch , এবং ScreenReader ব্যতীত, যা প্রতিটিতে সর্বাধিক 1 বার উপস্থিত হতে পারে৷

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