font عقار

font عقار

يمثل font من الشكل.

مثال

from aspose.pydrawing import Color

font = shape.font
font.name = "Arial"
font.size = 12
font.color = Color.red

تعريف:

@property
def font(self):
    ...
@font.setter
def font(self, value):
    ...

أنظر أيضا