שיעור GCKMediaTextTrackStyle
מחלקה שמייצגת סגנון לטראק של מדיה בטקסט.
ירש את NSObject, <NS Copy> ו-<NSSecureCoding>.
|
(instancetype) | + createDefault |
| יוצרת מכונה עם ערכי ברירת מחדל על סמך הגדרות הכתוביות במערכת. עוד...
|
|
מאתחל ייעודי.
כל הנכסים ניתנים לשינוי ולכן ניתן לספק אותם לאחר הבנייה.
+ (instancetype) createDefault |
|
|
|
יוצרת מכונה עם ערכי ברירת מחדל על סמך הגדרות הכתוביות במערכת.
השיטה הזו תחזיר אפס במערכות ישנות מ-iOS 7.
גורם שינוי גודל הגופן של הטקסט.
- (GCKMediaTextTrackStyleEdgeType) edgeType |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleWindowType) windowType |
|
readwritenonatomicassign |
סוג החלון.
יכול להיות שחלק ממכשירי המקלט לא תומכים במאפיין הזה.
צבע החלון.
יכול להיות שחלק ממכשירי המקלט לא תומכים במאפיין הזה.
- (CGFloat) windowRoundedCornerRadius |
|
readwritenonatomicassign |
ערך מוחלט של רדיוס פינה מעוגלת בפיקסלים.
יכול להיות שחלק ממכשירי המקלט לא תומכים במאפיין הזה.
משפחת הגופנים. אם הגופן אינו זמין, ייעשה שימוש במשפחת הגופנים הגנרית.
- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleFontStyle) fontStyle |
|
readwritenonatomicassign |
הנתונים המותאמים אישית, אם יש כאלה.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-02 (שעון UTC).
[null,null,["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["`GCKMediaTextTrackStyle` is a class that manages the style of text media tracks, inheriting from `NSObject`, `NSCopying`, and `NSSecureCoding`."],["It offers customization options like font scale, colors (foreground, background, edge, window), edge type, window type, font family, style, and rounded corner radius for the window."],["You can initialize an instance with default values based on system settings using `createDefault` or customize properties after initializing with `init`."],["Some attributes like `windowType`, `windowColor`, and `windowRoundedCornerRadius` might not be supported by all receiver devices."],["`customData` property allows developers to associate any custom data with the text track style."]]],[]]