#pas procedure THIImg_Text.SetNewFont; begin if Assigned(GFont) then GFont.free; GFont := NewFont; GFont.Color:= Value.Color; Share.SetFont(GFont,Value.Style); GFont.FontName:= Value.Name; GFont.FontHeight:= _hi_SizeFnt(Value.Size); GFont.FontCharset:= Value.CharSet; GFont.FontOrientation:=45*10; // ДОБАВИТЬ Tad end;